fix(SharingEntryLink): Show enforced password input label

While upgrading icons in b3ec461fe8 enforced password label
icon was not correctly wrapped.

Resolves : https://github.com/nextcloud/server/issues/45941

Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
This commit is contained in:
fenn-cs 2024-06-26 16:13:37 +01:00 committed by Ferdinand Thiessen
parent 7eecfd6d89
commit 0c8fe406f1

View file

@ -60,7 +60,9 @@
<!-- password -->
<NcActionText v-if="pendingEnforcedPassword">
<LockIcon :size="20" />
<template #icon>
<LockIcon :size="20" />
</template>
{{ t('files_sharing', 'Password protection (enforced)') }}
</NcActionText>
<NcActionCheckbox v-else-if="pendingPassword"