diff options
author | Joris | 2016-01-02 20:31:25 +0100 |
---|---|---|
committer | Joris | 2016-01-02 20:31:25 +0100 |
commit | 302a2e798f10e61c129753a2bd11634420c1f1a1 (patch) | |
tree | aa53c2eb212d0742f63b3df1be88afb5da699769 /src/client/elm/Model/Action.elm | |
parent | bb316286b0859b5648c61f44c88399f4c1aad9cd (diff) |
Set a spinner for sign in
Diffstat (limited to 'src/client/elm/Model/Action.elm')
-rw-r--r-- | src/client/elm/Model/Action.elm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/elm/Model/Action.elm b/src/client/elm/Model/Action.elm index 9d5d125..d0fe597 100644 --- a/src/client/elm/Model/Action.elm +++ b/src/client/elm/Model/Action.elm @@ -15,6 +15,7 @@ import Model.Communication exposing (Communication) type Action = NoOp | ServerCommunication Communication + | SignIn String | UpdateTime Time | GoSignInView | GoLoggedInView Users UserId Payments Payments Int Payers |