impossible condition
This commit is contained in:
parent
8323c044e1
commit
04176a3e42
1 changed files with 1 additions and 2 deletions
|
@ -33,8 +33,7 @@ postReactivateR = do
|
|||
case result of
|
||||
FormSuccess temp -> do
|
||||
users <- runDB $ selectList [UserEmail ==. temp] []
|
||||
if
|
||||
null users
|
||||
if not $ null users
|
||||
then do
|
||||
userTokens <- foldM (\userTokens (Entity userId user) -> do
|
||||
token <- liftIO $ generateString
|
||||
|
|
Loading…
Reference in a new issue