feat: re-login modal for role changed
This commit is contained in:
@@ -17,6 +17,7 @@ export interface User {
|
||||
create_by: string;
|
||||
webhook_url?: string;
|
||||
is_bot?: boolean;
|
||||
log_id?: number;
|
||||
}
|
||||
export type UserStatus = "normal" | "frozen";
|
||||
export type UserDevice = {
|
||||
|
||||
Reference in New Issue
Block a user