Set user name on clicking Save button on settings page

This commit is contained in:
Debanjum Singh Solanky
2024-07-28 13:46:48 +05:30
parent 44e0b20202
commit 8a447107dd
2 changed files with 49 additions and 3 deletions

View File

@@ -35,7 +35,7 @@ export interface SyncedContent {
}
export interface UserConfig {
// user info
username: string | null;
username: string;
user_photo: string | null;
is_active: boolean;
given_name: string;