feat: adding user local storage cache

This commit is contained in:
Chubby Granny Chaser
2024-06-18 20:29:37 +01:00
parent eea19d43c2
commit a8624058e4
8 changed files with 152 additions and 149 deletions

View File

@@ -125,7 +125,7 @@ declare global {
updateProfile: (
displayName: string,
newProfileImagePath: string | null
) => Promise<UserProfile | null>;
) => Promise<UserProfile>;
}
interface Window {