diff --git a/components/IscnRegisterForm.vue b/components/IscnRegisterForm.vue index 4c2f29f8..233d17f9 100644 --- a/components/IscnRegisterForm.vue +++ b/components/IscnRegisterForm.vue @@ -34,20 +34,82 @@ 'text-medium-gray', ]" > -
@@ -96,11 +146,11 @@ :label="$t('IscnRegisterForm.label.fingerprints')" class="mb-[12px]" > - - + +
@@ -149,8 +199,8 @@ 'overflow-y-scroll', 'scrollbar-hidden', ]" - :img-src="fileData" - :all-exif="exifInfo" + :img-src="displayImageSrc" + :all-exif="displayExifInfo" />
- - - -