| summaryrefslogtreecommitdiff |
diff options
Diffstat (limited to 'src/login/src/Action/Session.elm')
| -rw-r--r-- | src/login/src/Action/Session.elm | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/login/src/Action/Session.elm b/src/login/src/Action/Session.elm new file mode 100644 index 0000000..eab1658 --- /dev/null +++ b/src/login/src/Action/Session.elm @@ -0,0 +1,4 @@ +port module Action.Session exposing (..) + +port store_new_session : (String, String) -> (Cmd msg) +port reset_session : () -> (Cmd msg) |


