Frontend: licence_number>number, password update enabled

This commit is contained in:
Alex
2025-02-08 18:26:34 +01:00
parent cce2866b52
commit 32a473fe29
6 changed files with 28 additions and 21 deletions

View File

@@ -33,7 +33,7 @@ interface BankAccount {
interface Licence {
id: number | -1;
status: number | -1;
licence_number: string | '';
number: string | '';
issued_date: string | '';
expiration_date: string | '';
country: string | '';
@@ -49,6 +49,7 @@ interface User {
email: string | '';
first_name: string | '';
last_name: string | '';
password: string | '';
phone: string | '';
notes: string | '';
address: string | '';