mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-04-15 10:47:25 +02:00
Password Reset Error / Success Handling Fix
Fixed warning on successful password resets
This commit is contained in:
parent
c24e33545f
commit
96521b8027
@ -42,7 +42,7 @@ foreach($pages as $page)
|
|||||||
@csrf
|
@csrf
|
||||||
|
|
||||||
<!-- Session Status -->
|
<!-- Session Status -->
|
||||||
<x-auth-session-status class="mb-0 alert alert-warning pb-2" role="alert" :status="session('status')" />
|
<x-auth-session-status class="mb-0 alert alert-warning pb-2" role="success" :status="session('status')" />
|
||||||
|
|
||||||
<!-- Validation Errors -->
|
<!-- Validation Errors -->
|
||||||
<x-auth-validation-errors class="mb-0 alert alert-danger pb-2" role="alert" :errors="$errors" />
|
<x-auth-validation-errors class="mb-0 alert alert-danger pb-2" role="alert" :errors="$errors" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user