From 7e23d70a63508ed359015974026eb9b72f5bfd12 Mon Sep 17 00:00:00 2001 From: Jonathan Lamothe Date: Mon, 31 Dec 2018 14:33:23 -0500 Subject: [PATCH] better flow when trying to re-add an existing service --- app/UI.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/UI.hs b/app/UI.hs index 5bbf24b..96dea0d 100644 --- a/app/UI.hs +++ b/app/UI.hs @@ -77,7 +77,7 @@ addPassword = do "The service already exists in the database.\n" ++ "Would you like to edit it?") if edit - then doEditPolicy svc + then servMenu svc else mainMenu else do d <- buildData