From 7e4da171a173586fa96d5c6ceb862e2f63dc2d71 Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Wed, 1 Aug 2018 15:43:08 +0200 Subject: [PATCH] fix build --- src/Foundation.hs | 2 ++ 1 file changed, 2 insertions(+) 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