Fix styling error when logging out of last account.

pull/19/head
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
1 changed files with 1 additions and 1 deletions

View File

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