mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-07-25 17:24:48 +10:00
compliant with new APIs
This commit is contained in:
@@ -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", () => {
|
||||
|
||||
Reference in New Issue
Block a user