aboutsummaryrefslogtreecommitdiff
path: root/src/Model/Login.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Model/Login.hs')
-rw-r--r--src/Model/Login.hs3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Model/Login.hs b/src/Model/Login.hs
index 0fbb2fa..5e0ff0d 100644
--- a/src/Model/Login.hs
+++ b/src/Model/Login.hs
@@ -24,6 +24,9 @@ data LoginRequest = LoginRequest
{ identifier :: PasswordIdentifier
, password :: Text
, type' :: Text
+ , initial_device_display_name :: Maybe Text
+ , refresh_token :: Maybe Bool
+ , device_id :: Maybe Text
}
deriving (Show, Eq, Generic)