1
0
mirror of https://github.com/jhillyerd/inbucket.git synced 2025-12-17 17:47:03 +00:00

ui: Production optimization, basic babel config

This commit is contained in:
James Hillyerd
2018-11-18 14:12:27 -08:00
parent 74e7fd1179
commit 0ed0cd2d64
3 changed files with 74 additions and 57 deletions

View File

@@ -154,11 +154,10 @@ update msg model =
)
UpdateSession (Err error) ->
let
_ =
Debug.log "Error decoding session" error
in
( model, Cmd.none, Session.none )
( model
, Cmd.none
, Session.SetFlash ("Error decoding session: " ++ D.errorToString error)
)
MailboxNameInput name ->
( { model | mailboxName = name }, Cmd.none, Session.none )