web: make user password-reset button use action button

This commit is contained in:
Jens Langhammer
2021-03-01 20:33:00 +01:00
parent c65b2944b3
commit 3045cf1aef
5 changed files with 11 additions and 13 deletions

View File

@ -31,7 +31,6 @@ export class ActionButton extends SpinnerButton {
}
return r;
})
.then((r) => r.json())
.then(() => {
this.setDone(SUCCESS_CLASS);
})