v0.5.6b - Added error messages when loggin in with wrong credentials, when changing password and when logging out - Admin & User

This commit is contained in:
Anders
2020-08-07 08:35:23 +02:00
parent 6e2ffa8de4
commit 76e3638706
3 changed files with 7 additions and 2 deletions
@@ -19,6 +19,9 @@
<span class="toggle__text text-white">Remember password</span>
</span>
</label>
{!! session()->get('success#passwordchange') !!}
{!! session()->get('error#wrongcredentials') !!}
{!! session()->get('success#loggedout') !!}
<input class="btn btn-dark" type="submit" value="Sign in">
</form>
<a class="text-white text-center" href="{{ route('users.show-forgot') }}">Forgot password?</a>