v1.1.0 - Users can now sign up (Automatically gets 'Bruger' role)

This commit is contained in:
Anders
2020-09-10 10:25:27 +02:00
parent 3b86e29c00
commit e483400d82
6 changed files with 97 additions and 30 deletions
@@ -26,6 +26,7 @@
{!! session()->get('error#wrongcredentials') !!}
{!! session()->get('success#loggedout') !!}
<input class="btn btn-dark" type="submit" value="Sign in">
<button type="button" class="btn btn-dark" onclick="location.href = '{{ route("users.signup") }}'" style="line-height: 2rem;">Register</button>
</form>
<a class="text-white text-center" href="{{ route('users.show-forgot') }}">Forgot password?</a>
</main>