From 2854aa002118e71ecc946a3f29e6ef5395ebead3 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 14 Oct 2019 20:44:19 +0200 Subject: [PATCH] remove debug output --- src/Control/Auth.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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