aboutsummaryrefslogtreecommitdiff
path: root/src/client/elm/Model/Action.elm
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/elm/Model/Action.elm')
-rw-r--r--src/client/elm/Model/Action.elm2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/elm/Model/Action.elm b/src/client/elm/Model/Action.elm
index d0fe597..033467d 100644
--- a/src/client/elm/Model/Action.elm
+++ b/src/client/elm/Model/Action.elm
@@ -17,7 +17,7 @@ type Action =
| ServerCommunication Communication
| SignIn String
| UpdateTime Time
- | GoSignInView
| GoLoggedInView Users UserId Payments Payments Int Payers
| UpdateSignIn SignInAction
| UpdateLoggedIn LoggedInAction
+ | GoSignInView