From d4a73e699a399b02cadcea03e614c789671ee6d1 Mon Sep 17 00:00:00 2001 From: ros Date: Sun, 29 Aug 2021 14:20:39 +0200 Subject: [PATCH] feat(tutoriumsdaten): application restore --- src/Application.hs | 1 - 1 file changed, 1 deletion(-) 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{..} -