mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-03-26 10:21:52 +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.patch.stop()
|
||||
this.storage.clear()
|
||||
if (this.errToast) this.errToast.dismiss()
|
||||
if (this.offlineToast) this.offlineToast.dismiss()
|
||||
this.router.navigate(['/login'], { replaceUrl: true })
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user