summaryrefslogtreecommitdiff
path: root/src/Authentication.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Authentication.hs')
-rw-r--r--src/Authentication.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Authentication.hs b/src/Authentication.hs
index 0a0a49f..bc00863 100644
--- a/src/Authentication.hs
+++ b/src/Authentication.hs
@@ -4,7 +4,7 @@
{-# LANGUAGE OverloadedStrings #-}
{-# LANGUAGE TypeOperators #-}
{-# LANGUAGE TemplateHaskell #-}
-module Authentication (User, queryUser) where
+module Authentication (User, queryUser, isAuthenticated) where
import Data.Aeson
import Data.Maybe