Rework logged out state to preserve routing and work for web

This commit is contained in:
Paul Frazee
2023-03-13 23:30:12 -05:00
parent b5c64a03b6
commit 774fb83719
26 changed files with 1063 additions and 1078 deletions
+3 -1
View File
@@ -122,7 +122,9 @@ export class SessionModel {
try {
return await this.resumeSession(sess)
} finally {
this.isResumingSession = false
runInAction(() => {
this.isResumingSession = false
})
}
} else {
this.rootStore.log.debug(