diff --git a/src/Control/Auth.hs b/src/Control/Auth.hs index 382be4f..25b6c4d 100644 --- a/src/Control/Auth.hs +++ b/src/Control/Auth.hs @@ -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