diff --git a/app/stores/AuthStore.ts b/app/stores/AuthStore.ts index 0182e4fae..c419b5668 100644 --- a/app/stores/AuthStore.ts +++ b/app/stores/AuthStore.ts @@ -14,7 +14,7 @@ import { client } from "~/utils/ApiClient"; import Desktop from "~/utils/Desktop"; const AUTH_STORE = "AUTH_STORE"; -const NO_REDIRECT_PATHS = ["/", "/create", "/home"]; +const NO_REDIRECT_PATHS = ["/", "/create", "/home", "/logout"]; type PersistedData = { user?: User;