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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user