mirror of
https://github.com/redelmann/scat
synced 2025-01-10 14:44:21 +01:00
Minor code quality changes.
This commit is contained in:
parent
3edbc3421d
commit
6608dce71e
@ -71,7 +71,7 @@ getPassword = do
|
|||||||
getPassConfirm = do
|
getPassConfirm = do
|
||||||
a <- askPassword "Password: "
|
a <- askPassword "Password: "
|
||||||
b <- askPassword "Confirm: "
|
b <- askPassword "Confirm: "
|
||||||
if (a == b)
|
if a == b
|
||||||
then return a
|
then return a
|
||||||
else do
|
else do
|
||||||
printVerbose "Passwords do not match, please retry.\n"
|
printVerbose "Passwords do not match, please retry.\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user