feat: Move language option to profile setting (#387)
This commit is contained in:
@@ -8,6 +8,7 @@ export type UserType = {
|
||||
username: string;
|
||||
role: number;
|
||||
avatarPath: string | null;
|
||||
locale: LocaleCodeType | null;
|
||||
};
|
||||
|
||||
export type TokenProps = {
|
||||
|
||||
Reference in New Issue
Block a user