Skip to content

Commit 686fa0c

Browse files
autofix-botjankeromnes
authored andcommitted
Autofix: trailing-spaces
1 parent 30689ea commit 686fa0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/server/src/auth/generic-auth-provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ export class GenericAuthProvider implements AuthProvider {
298298
const callbackParams = new URL(`https://anyhost${request.originalUrl}`).searchParams;
299299
const error = callbackParams.get("error");
300300
const description: string | null = callbackParams.get("error_description");
301-
301+
302302
if (error) { // e.g. "access_denied"
303303
// Clean up the session
304304
await AuthFlow.clear(request.session);

0 commit comments

Comments
 (0)