We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fe4b95 commit 2bd591fCopy full SHA for 2bd591f
apps/files_external/lib/Lib/Backend/SMB.php
@@ -55,6 +55,7 @@ public function __construct(IL10N $l, Password $legacyAuth) {
55
->setFlag(DefinitionParameter::FLAG_OPTIONAL),
56
(new DefinitionParameter('timeout', $l->t('Timeout')))
57
->setType(DefinitionParameter::VALUE_HIDDEN)
58
+ ->setFlag(DefinitionParameter::FLAG_OPTIONAL),
59
])
60
->addAuthScheme(AuthMechanism::SCHEME_PASSWORD)
61
->addAuthScheme(AuthMechanism::SCHEME_SMB)
0 commit comments