compliant with new APIs

This commit is contained in:
DecDuck
2024-10-09 00:37:27 +11:00
parent a83aa62a55
commit d7ea32d175
13 changed files with 234 additions and 139 deletions
+3
View File
@@ -23,6 +23,9 @@ switch (state.status) {
case AppStatus.SignedOut:
router.push("/auth");
break;
case AppStatus.SignedInNeedsReauth:
router.push("/auth/signedout");
break;
}
listen("auth/processing", () => {