Disable email input on reset page

This commit is contained in:
EnesSacid-Buker
2022-08-18 18:59:00 +03:00
committed by GitHub
parent 9f7c771d21
commit d0f75780ff
4 changed files with 7 additions and 4 deletions

View File

@ -30,8 +30,9 @@
<x-form.group.email
name="email"
:value="$email"
:disabled="! is_null($email) ? true : false"
label="{{ trans('general.email') }}"
placeholder="{{ trans('general.email') }}"
form-group-class="sm:col-span-6"
input-group-class="input-group-alternative"
/>