mirror of
https://gitlab.com/comunic/comunicconsole
synced 2025-09-24 08:09:44 +00:00
Display keys in login screen
This commit is contained in:
@@ -10,8 +10,14 @@ import {
|
||||
} from "../utils/Base64Utils";
|
||||
import { serverRequest } from "./APIHelper";
|
||||
|
||||
export interface AuthKey {
|
||||
name: string;
|
||||
id: number;
|
||||
}
|
||||
|
||||
export interface AuthOptions {
|
||||
reset_token: string;
|
||||
keys: AuthKey[];
|
||||
}
|
||||
|
||||
export interface AdminAccount {
|
||||
|
Reference in New Issue
Block a user