mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-06-19 20:35:16 +00:00
Use new password input to reset password
This commit is contained in:
@ -67,6 +67,10 @@ class PasswordInput {
|
||||
return this._valid;
|
||||
}
|
||||
|
||||
get value() {
|
||||
return this._input.value;
|
||||
}
|
||||
|
||||
_refreshArea() {
|
||||
if (!this._ready)
|
||||
return;
|
||||
|
Reference in New Issue
Block a user