data-request-redirect
specifies a URL to redirect the browser after the successful AJAX request.
Redirect to another page after the successful request.
html
<form
data-request="onLogin"
data-request-redirect="/admin">
<!-- Form Contents -->
</form>