Error and succes messages when you change password as user

This commit is contained in:
Anders
2020-07-28 10:31:44 +02:00
parent 8d8b5491c9
commit f9c11e67db
3 changed files with 8 additions and 5 deletions
@@ -19,6 +19,7 @@
<span class="toggle__text text-white">Remember password</span>
</span>
</label>
{!! session()->get('success#passwordchange') !!}
<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>