remove debug output
This commit is contained in:
parent
fe06fc8880
commit
2854aa0021
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue