Add files via upload

This commit is contained in:
Kosztyk 2026-01-12 22:20:12 +02:00 committed by GitHub
parent 611bd57ba6
commit 59b2fd19c9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -22,4 +22,3 @@ export class User {
password!: string;
role!: string; // 'admin' | 'user'
}