remove debug output

This commit is contained in:
nek0 2019-10-14 20:44:19 +02:00
parent fe06fc8880
commit 2854aa0021
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ authPostControl (Just cookies) mDestination (AuthReturn pass method) = do
]
}
Right MT.Denied -> throwError $ err401
{ errBody = "Authentication failed! " <> fromString (T.unpack hashedPass)
{ errBody = "Authentication failed!"
}
Left err -> throwError $ err500
{ errBody = fromString $ show err