profile update changed

This commit is contained in:
Benjamin Takats
2022-12-01 20:58:25 +01:00
parent 6963440e10
commit 651a15da04
2 changed files with 16 additions and 9 deletions

View File

@@ -67,7 +67,7 @@
<x-jet-input id="email" type="email" class="mt-1 block w-full" wire:model.defer="state.email"/>
<x-jet-input-error for="email" class="mt-2"/>
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && ! $this->user->hasVerifiedEmail())
@if (Laravel\Fortify\Features::enabled(Laravel\Fortify\Features::emailVerification()) && !$this->user->hasVerifiedEmail() && $this->user->email)
<p class="text-sm mt-2">
{{ __('Your email address is unverified.') }}