mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-11 02:09:57 +03:00
auto formatting
This commit is contained in:
@@ -1,14 +1,14 @@
|
||||
export interface User {
|
||||
username: string;
|
||||
password: string;
|
||||
admin: boolean;
|
||||
username: string
|
||||
password: string
|
||||
admin: boolean
|
||||
}
|
||||
|
||||
export interface SecuritySettings {
|
||||
users: User[];
|
||||
jwt_secret: string;
|
||||
users: User[]
|
||||
jwt_secret: string
|
||||
}
|
||||
|
||||
export interface GeneratedToken {
|
||||
token: string;
|
||||
token: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user