diff --git a/src/Foundation.hs b/src/Foundation.hs index 24394863f..381aba0e1 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -1089,6 +1089,8 @@ instance YesodAuth UniWorX where = (dummyPlugin, dummyIdent) | otherwise = (credsPlugin, credsIdent) + isDummy = credsPlugin == "dummy" + isPWFile = credsPlugin == "PWFile" uAuth = UniqueAuthentication userPlugin userIdent $logDebugS "auth" $ tshow creds