From 9dc12de056e73736659c053b0eabef66ca524047 Mon Sep 17 00:00:00 2001 From: ros Date: Tue, 17 Aug 2021 11:46:54 +0200 Subject: [PATCH] feat(sorting tutorial table): application restore --- src/Application.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Application.hs b/src/Application.hs index 54213df10..7d02e6009 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -718,4 +718,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{..} \ No newline at end of file + void $ insert User{..}