We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48262af commit 68b787aCopy full SHA for 68b787a
stubs/inertia/resources/js/Pages/Profile/Partials/UpdateProfileInformationForm.vue
@@ -90,6 +90,7 @@ const clearPhotoFileInput = () => {
90
<div v-if="$page.props.jetstream.managesProfilePhotos" class="col-span-6 sm:col-span-4">
91
<!-- Profile Photo File Input -->
92
<input
93
+ id="photo"
94
ref="photoInput"
95
type="file"
96
class="hidden"
0 commit comments