fix build
This commit is contained in:
parent
3de34cd5ae
commit
7e4da171a1
@ -1089,6 +1089,8 @@ instance YesodAuth UniWorX where
|
|||||||
= (dummyPlugin, dummyIdent)
|
= (dummyPlugin, dummyIdent)
|
||||||
| otherwise
|
| otherwise
|
||||||
= (credsPlugin, credsIdent)
|
= (credsPlugin, credsIdent)
|
||||||
|
isDummy = credsPlugin == "dummy"
|
||||||
|
isPWFile = credsPlugin == "PWFile"
|
||||||
uAuth = UniqueAuthentication userPlugin userIdent
|
uAuth = UniqueAuthentication userPlugin userIdent
|
||||||
|
|
||||||
$logDebugS "auth" $ tshow creds
|
$logDebugS "auth" $ tshow creds
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user