Clear all state on signout

This commit is contained in:
Paul Frazee 2022-09-29 13:55:07 -05:00
parent e3e4c4366c
commit 11f213ad09
6 changed files with 32 additions and 9 deletions

View file

@ -168,6 +168,11 @@ export class NavigationModel {
})
}
clear() {
this.tabs = [new NavigationTabModel()]
this.tabIndex = 0
}
// accessors
// =