v0.5.4C - Added a back button on forgot password
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
@csrf
|
||||
<input class="appinput" type="email" name="email" placeholder="Email" required>
|
||||
<input class="btn btn-dark" type="submit" value="Send reset mail">
|
||||
<button class="btn btn-dark" onclick="window.location.href = '{{ route("users.login") }}';">Tilbage</button>
|
||||
</form>
|
||||
{!! session()->get("errornosuchuser") !!}
|
||||
</main>
|
||||
@endsection
|
||||
|
||||
Reference in New Issue
Block a user