web: make user password-reset button use action button
This commit is contained in:
@ -31,7 +31,6 @@ export class ActionButton extends SpinnerButton {
|
||||
}
|
||||
return r;
|
||||
})
|
||||
.then((r) => r.json())
|
||||
.then(() => {
|
||||
this.setDone(SUCCESS_CLASS);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user