mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-06 15:59:52 +03:00
remove id in User
This commit is contained in:
@@ -1,5 +1,4 @@
|
|||||||
export interface User {
|
export interface User {
|
||||||
id: string; // needed for Table
|
|
||||||
username: string;
|
username: string;
|
||||||
password: string;
|
password: string;
|
||||||
admin: boolean;
|
admin: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user