Fix styling error when logging out of last account.

This commit is contained in:
Daniel Scalzi 2018-08-29 13:44:28 -04:00
parent cf7e9adb89
commit e53b92c38b
No known key found for this signature in database
GPG Key ID: 5CA2F145B63535F9

View File

@ -294,8 +294,8 @@ function bindAuthAccountLogOut(){
) )
setOverlayHandler(() => { setOverlayHandler(() => {
processLogOut(val, isLastAccount) processLogOut(val, isLastAccount)
switchView(getCurrentView(), VIEWS.login)
toggleOverlay(false) toggleOverlay(false)
switchView(getCurrentView(), VIEWS.login)
}) })
setDismissHandler(() => { setDismissHandler(() => {
toggleOverlay(false) toggleOverlay(false)