Better validation on text fields, change AlertBanner to Snackbar

This commit is contained in:
2024-09-24 22:18:27 +02:00
parent 3dc4c7af1e
commit 531f964841
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 = ""