Can start Matrix authentication from UI
This commit is contained in:
@@ -6,6 +6,7 @@ export interface UserInfo {
|
||||
time_update: number;
|
||||
name: string;
|
||||
email: string;
|
||||
matrix_user_id?: string;
|
||||
}
|
||||
|
||||
const TokenStateKey = "auth-state";
|
||||
|
||||
Reference in New Issue
Block a user