summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorLouis <6653109+artonge@users.noreply.github.com>2023-05-10 10:23:52 +0200
committerGitHub <noreply@github.com>2023-05-10 10:23:52 +0200
commit5993a4b3e3f70e8d768c36c8e16402c67e124eb4 (patch)
tree42cdb977a2ccd105eff9457aae46f43b161a4065 /apps
parent90345ddc7da5fbf92a8afb31a8e8d51a3abda0a1 (diff)
parent6faf8b85d6192a18f217a38be219b15d90c63b6d (diff)
downloadnextcloud-server-5993a4b3e3f70e8d768c36c8e16402c67e124eb4.tar.gz
nextcloud-server-5993a4b3e3f70e8d768c36c8e16402c67e124eb4.zip
Merge pull request #37954 from nextcloud/artonge/fix/do_not_allow_to_show_pwd_in_sharing
Do not allow to toggle between password and text in sharing
Diffstat (limited to 'apps')
-rw-r--r--apps/files_sharing/src/components/SharingEntryLink.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/files_sharing/src/components/SharingEntryLink.vue b/apps/files_sharing/src/components/SharingEntryLink.vue
index e45690ba2a0..bf0e94f35c1 100644
--- a/apps/files_sharing/src/components/SharingEntryLink.vue
+++ b/apps/files_sharing/src/components/SharingEntryLink.vue
@@ -161,6 +161,7 @@
class="share-link-password"
:class="{ error: errors.password}"
:disabled="saving"
+ :show-trailing-button="hasUnsavedPassword"
:required="config.enforcePasswordForPublicLink"
:value="hasUnsavedPassword ? share.newPassword : '***************'"
icon="icon-password"