mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 05:39:06 +00:00
Set user name on clicking Save button on settings page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user