Better validation on text fields, change AlertBanner to Snackbar

This commit is contained in:
2024-09-24 22:18:27 +02:00
parent 14da64ecbe
commit e00107ab6a
19 changed files with 357 additions and 190 deletions

View File

@@ -13,6 +13,10 @@ export class Account extends Model {
@Column
password: string
@Unique
@Column
email: string
@Column
firstName: string = ""