1
0
Fork 0

Fix #165: Fix blank screen after auth on Firefox.

This commit is contained in:
Nicolas Perriault 2017-05-30 08:57:52 +02:00
parent 2f6b43779f
commit 7f2368f9d6
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 2 additions and 4 deletions

View File

@ -38,10 +38,8 @@ update msg ({ accountInfo } as model) =
Client decoded.server decoded.accessToken Nothing
in
{ model | clients = client :: model.clients }
! [ Command.loadTimelines <| Just client
, Command.saveClients <| client :: model.clients
, Navigation.modifyUrl model.location.pathname
, Navigation.reload
! [ Command.saveClients <| client :: model.clients
, Navigation.load <| model.location.origin ++ model.location.pathname
]
Err error ->