Merge pull request #39602 from nextcloud/backport/37954/stable26

This commit is contained in:
Pytal 2023-08-15 11:29:52 -07:00 committed by GitHub
commit 12b25c926e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -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"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long