mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-29 16:19:43 +08:00
refactor: remove NoSsr on top level (#1951)
This commit is contained in:
@@ -57,6 +57,7 @@ export const isExpired = (
|
||||
};
|
||||
|
||||
export const setLoginStorage = (login: LoginResponse) => {
|
||||
loginResponseSchema.parse(login);
|
||||
localStorage.setItem(
|
||||
STORAGE_KEY,
|
||||
JSON.stringify({
|
||||
|
||||
Reference in New Issue
Block a user