remove id in User

This commit is contained in:
Proddy
2022-05-07 17:49:27 +02:00
parent 02fc57961b
commit c49928bf3b

View File

@@ -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;