Skip to content

Commit 0e0cbeb

Browse files
chore: fix typo
Signed-off-by: Josh <[email protected]>
1 parent 72fd8e3 commit 0e0cbeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/base.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1202,7 +1202,7 @@ public static function handleLogin(OCP\IRequest $request): bool {
12021202
) {
12031203
return true;
12041204
}
1205-
if ($userSession->tryBasicAuthLogin($request, $throttler))) {
1205+
if ($userSession->tryBasicAuthLogin($request, $throttler)) {
12061206
return true;
12071207
}
12081208

0 commit comments

Comments
 (0)