Never copy the share link when the password is forced
Signed-off-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
dcceb1360f
commit
2169b7d484
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -686,7 +686,7 @@ export default {
|
||||||
// Execute the copy link method
|
// Execute the copy link method
|
||||||
// freshly created share component
|
// freshly created share component
|
||||||
// ! somehow does not works on firefox !
|
// ! somehow does not works on firefox !
|
||||||
if (update || !this.config.enforcePasswordForPublicLink) {
|
if (!this.config.enforcePasswordForPublicLink) {
|
||||||
// Only copy the link when the password was not forced,
|
// Only copy the link when the password was not forced,
|
||||||
// otherwise the user needs to copy/paste the password before finishing the share.
|
// otherwise the user needs to copy/paste the password before finishing the share.
|
||||||
component.copyLink()
|
component.copyLink()
|
||||||
|
|
Loading…
Reference in New Issue