We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 720cf53 commit 3dc286bCopy full SHA for 3dc286b
resources/themes/pterodactyl/auth/passwords/reset.blade.php
@@ -37,7 +37,7 @@
37
</div>
38
@endif
39
<p class="login-box-msg">@lang('auth.reset_password_text')</p>
40
- <form action="{{ route('auth.reset.post') }}" method="POST">
+ <form id="resetForm" action="{{ route('auth.reset.post') }}" method="POST">
41
<div class="form-group">
42
<label for="email" class="control-label">@lang('strings.email')</label>
43
<div>
@@ -89,7 +89,7 @@
89
<script src="https://www.google.com/recaptcha/api.js" async defer></script>
90
<script>
91
function onSubmit(token) {
92
- document.getElementById("loginForm").submit();
+ document.getElementById("resetForm").submit();
93
}
94
</script>
95
0 commit comments