logout bug fix
This commit is contained in:
parent
6ccbc141d4
commit
e79d7d117c
@ -2208,9 +2208,9 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function logout() {
|
function logout() {
|
||||||
getConfirmation("Do you want to sign out?").then((result) => {
|
getConfirmation("Do you want to sign out?").then(async (result) => {
|
||||||
if (result) {
|
if (result) {
|
||||||
floDapps.clearCredentials()
|
await floDapps.clearCredentials()
|
||||||
onLoadStartUp()
|
onLoadStartUp()
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user