Fixes and implementation of forgot password

This commit is contained in:
frederikpyt
2020-06-30 10:19:01 +02:00
parent 2814490a8a
commit c074f32bbe
12 changed files with 115 additions and 134 deletions
@@ -1,4 +1,4 @@
@extends("app.layout.base")
@extends("user.layout.base")
@section("title")
Login
@@ -19,8 +19,7 @@
</span>
</label>
<input class="btn btn-dark" type="submit" value="Sign in">
<button class="btn" onclick="window.location = '';">Sign up</button>
</form>
<a class="text-white text-center" href="">Forgot password?</a>
<a class="text-white text-center" href="{{ route('users.show-forgot') }}">Forgot password?</a>
</main>
@endsection