mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
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:
parent
7eecfd6d89
commit
0c8fe406f1
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue