From 0a6a1749d351e626383e513293af280f78552009 Mon Sep 17 00:00:00 2001 From: ros Date: Thu, 22 Jul 2021 21:01:54 +0200 Subject: [PATCH] feat(course admin): no new-line --- src/Application.hs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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