Frontend: licence_number>number, password update enabled
This commit is contained in:
3
frontend/src/app.d.ts
vendored
3
frontend/src/app.d.ts
vendored
@@ -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 | '';
|
||||
|
||||
Reference in New Issue
Block a user