There was an error while loading. Please reload this page.
2 parents 05cc8d9 + 3b804d8 commit 3aef83bCopy full SHA for 3aef83b
1 file changed
apps/files_external/lib/Lib/Backend/SMB.php
@@ -69,7 +69,7 @@ public function manipulateStorageConfig(StorageConfig &$storage, ?IUser $user =
69
70
$smbAuth = new BasicAuth(
71
$storage->getBackendOption('user'),
72
- $storage->getBackendOption('domain'),
+ $storage->getBackendOption('domain') ?: null,
73
$storage->getBackendOption('password')
74
);
75
} else {
0 commit comments