Use new password input to reset password

This commit is contained in:
2021-02-17 18:15:17 +01:00
parent 0a6dd75a05
commit 035546d320
2 changed files with 18 additions and 15 deletions

View File

@ -67,6 +67,10 @@ class PasswordInput {
return this._valid;
}
get value() {
return this._input.value;
}
_refreshArea() {
if (!this._ready)
return;