diff --git a/src/Application.hs b/src/Application.hs index 426fc930d..001d87096 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -709,5 +709,4 @@ addPWEntry :: User addPWEntry User{ userAuthentication = _, ..} (Text.encodeUtf8 -> pw) = db' $ do PWHashConf{..} <- getsYesod $ view _appAuthPWHash (AuthPWHash . Text.decodeUtf8 -> userAuthentication) <- liftIO $ makePasswordWith pwHashAlgorithm pw pwHashStrength - void $ insert User{..} - + void $ insert User{..} \ No newline at end of file