reloading user profile on update

This commit is contained in:
Zamitto
2024-06-18 13:50:31 -03:00
parent 9c37711bbf
commit eea19d43c2
6 changed files with 78 additions and 21 deletions

View File

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