aboutsummaryrefslogtreecommitdiff
path: root/src/client/Model.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/Model.elm')
-rw-r--r--src/client/Model.elm4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/client/Model.elm b/src/client/Model.elm
index 5167e42..7f62416 100644
--- a/src/client/Model.elm
+++ b/src/client/Model.elm
@@ -27,8 +27,6 @@ import Dialog.Msg as DialogMsg
import Tooltip
-import Utils.Maybe exposing (isJust)
-
type alias Model =
{ view : View
, currentTime : Time
@@ -50,7 +48,7 @@ init payload location =
InitEmpty ->
SignInView (SignInModel.init Nothing)
InitSuccess init ->
- LoggedInView (LoggedInModel.init init)
+ LoggedInView (LoggedInModel.init time init)
InitError error ->
SignInView (SignInModel.init (Just error))
, currentTime = time