mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-30 12:11:56 +00:00
toast dismiss
This commit is contained in:
committed by
Aiden McClelland
parent
e9faf1f74d
commit
06f0097961
@@ -136,6 +136,8 @@ export class AppComponent {
|
|||||||
this.showMenu = false
|
this.showMenu = false
|
||||||
this.patch.stop()
|
this.patch.stop()
|
||||||
this.storage.clear()
|
this.storage.clear()
|
||||||
|
if (this.errToast) this.errToast.dismiss()
|
||||||
|
if (this.offlineToast) this.offlineToast.dismiss()
|
||||||
this.router.navigate(['/login'], { replaceUrl: true })
|
this.router.navigate(['/login'], { replaceUrl: true })
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user