aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Authentication.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Authentication.hs')
-rw-r--r--src/Model/Authentication.hs12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/Model/Authentication.hs b/src/Model/Authentication.hs
deleted file mode 100644
index be1337a..0000000
--- a/src/Model/Authentication.hs
+++ /dev/null
@@ -1,12 +0,0 @@
-{-# LANGUAGE DeriveGeneric #-}
-
-module Model.Authentication (AuthenticationResponse (..)) where
-
-import GHC.Generics
-import Data.Text (Text)
-
-----------------------------------------------------------------------------------------------------
-data AuthenticationResponse = AuthenticationResponse -- delete?
- { userId :: Text
- }
- deriving (Show, Eq, Generic)