Submit validates and submits the admin password reset confirmation form.
On success returns the updated admin model associated to form.Token
.
You can optionally provide a list of InterceptorFunc to further modify the form behavior before persisting it.
Rest
...interceptors: InterceptorFunc<models.Admin>[]Generated using TypeDoc
AdminPasswordResetConfirm is an admin password reset confirmation form.