1
0
Fork 0

Fix #124: Reload page after successful OAuth registration.

This commit is contained in:
Nicolas Perriault 2017-05-03 09:19:36 +02:00
parent 474c400f09
commit edf64977f2
No known key found for this signature in database
GPG Key ID: DA5E4C83904F7A2A
1 changed files with 2 additions and 1 deletions

View File

@ -472,8 +472,9 @@ processMastodonEvent msg model =
in
{ model | client = Just client }
! [ Command.loadTimelines <| Just client
, Navigation.modifyUrl model.location.pathname
, Command.saveClient client
, Navigation.modifyUrl model.location.pathname
, Navigation.reload
]
Err error ->