mirror of
https://github.com/nextcloud/server.git
synced 2026-04-28 01:28:08 -04:00
fix(files_sharing): also submit new share on password submit
Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
This commit is contained in:
parent
9fa3893bfb
commit
9e145a866a
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@
|
|||
:required="config.enableLinkPasswordByDefault || config.enforcePasswordForPublicLink"
|
||||
:minlength="isPasswordPolicyEnabled && config.passwordPolicy.minLength"
|
||||
autocomplete="new-password"
|
||||
@submit="onNewLinkShare">
|
||||
@submit="onNewLinkShare(true)">
|
||||
<template #icon>
|
||||
<LockIcon :size="20" />
|
||||
</template>
|
||||
|
|
|
|||
Loading…
Reference in a new issue