diff --git a/src/Application.hs b/src/Application.hs index e4e2d4b1c..7d02e6009 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -719,4 +719,3 @@ addPWEntry User{ userAuthentication = _, ..} (Text.encodeUtf8 -> pw) = db' $ do PWHashConf{..} <- getsYesod $ view _appAuthPWHash (AuthPWHash . Text.decodeUtf8 -> userAuthentication) <- liftIO $ makePasswordWith pwHashAlgorithm pw pwHashStrength void $ insert User{..} -