Skip to content

Commit 3bd2884

Browse files
committed
Do not allow to toggle between password and text in sharing
This does not makes sense as we do not have the clear text value. Signed-off-by: Louis Chemineau <[email protected]>
1 parent 416f632 commit 3bd2884

File tree

5 files changed

+7
-6
lines changed

5 files changed

+7
-6
lines changed

apps/files_sharing/src/components/SharingEntryLink.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
class="share-link-password"
162162
:class="{ error: errors.password}"
163163
:disabled="saving"
164+
:show-trailing-button="hasUnsavedPassword"
164165
:required="config.enforcePasswordForPublicLink"
165166
:value="hasUnsavedPassword ? share.newPassword : '***************'"
166167
icon="icon-password"

dist/core-common.js

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/core-common.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/files_sharing-files_sharing_tab.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)