Admin user and Portal profile edit picture date bind issue ( #3qec06f )
This commit is contained in:
		@@ -28,7 +28,7 @@
 | 
			
		||||
                            @if (setting('default.use_gravatar', '0') == '1')
 | 
			
		||||
                                <x-form.group.text name="fake_picture" label="{{ trans_choice('general.pictures', 1) }}" disabled placeholder="{{ trans('settings.default.use_gravatar') }}" form-group-class="sm:col-span-3 sm:row-span-3" />
 | 
			
		||||
                            @else
 | 
			
		||||
                                <x-form.group.file name="picture" label="{{ trans_choice('general.pictures', 1) }}" not-required form-group-class="sm:col-span-3 sm:row-span-3" />
 | 
			
		||||
                                <x-form.group.file name="picture" label="{{ trans_choice('general.pictures', 1) }}" :value="$user->picture" not-required form-group-class="sm:col-span-3 sm:row-span-3" />
 | 
			
		||||
                            @endif
 | 
			
		||||
 | 
			
		||||
                            <x-form.group.password name="current_password" :label="trans('auth.password.current')" v-show="show_password" />
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user