aesthetics
This commit is contained in:
parent
732349a6d1
commit
49e55e7bc7
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ postSignupR = do
|
||||||
_ -> do
|
_ -> do
|
||||||
setMessage "You need to agree to our terms."
|
setMessage "You need to agree to our terms."
|
||||||
redirect $ SignupR
|
redirect $ SignupR
|
||||||
|
|
||||||
-- create user
|
-- create user
|
||||||
namesakes <- runDB $ selectList [UserName ==. newUserName] []
|
namesakes <- runDB $ selectList [UserName ==. newUserName] []
|
||||||
case namesakes of
|
case namesakes of
|
||||||
|
|
Loading…
Reference in a new issue