init forgot password

This commit is contained in:
Andras Bacsai
2023-06-01 08:19:33 +02:00
parent 7341e2586d
commit cd625ba1e1
4 changed files with 57 additions and 3 deletions

View File

@@ -9,8 +9,6 @@
<button
class="normal-case rounded-none btn btn-sm btn-primary bg-coollabs-gradient">{{ __('auth.register-now') }}</button>
</a>
@else
<div class="text-sm text-center">{{ __('auth.registration_disabled') }}</div>
@endif
</div>
<div class="w-96">
@@ -31,6 +29,9 @@
</div>
@endif
<x-forms.button type="submit">{{ __('auth.login') }}</x-forms.button>
@if (!$is_registration_enabled)
<div class="text-sm text-center">{{ __('auth.registration_disabled') }}</div>
@endif
</form>
</div>
</div>