Add ability to invite users

This commit is contained in:
James Cole
2022-10-01 12:21:42 +02:00
parent 9bfa52f3ce
commit ee9b651f0f
22 changed files with 656 additions and 115 deletions

View File

@@ -23,6 +23,7 @@
<form action="{{ route('register') }}" method="post">
<input type="hidden" name="_token" value="{{ csrf_token() }}">
<input type="hidden" name="invite_code" value="{{ inviteCode }}">
<div class="input-group mb-3">
<input type="email" name="email" value="{{ email }}" class="form-control"
placeholder="{{ trans('form.email') }}"/>