mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Upgrade change password form
This commit is contained in:
@ -62,6 +62,14 @@ class PasswordInput {
|
||||
this._refreshArea();
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {User} user
|
||||
*/
|
||||
setUser(user) {
|
||||
this._firstName = user.firstName;
|
||||
this._lastName = user.lastName;
|
||||
}
|
||||
|
||||
isValid() {
|
||||
this._refreshArea();
|
||||
return this._valid;
|
||||
|
Reference in New Issue
Block a user