fix: 🚨 Fix further DeepSource issues

This commit is contained in:
Jesse Wierzbinski 2025-07-07 05:12:23 +02:00
parent 870b6dbe85
commit 0bf5f7c983
No known key found for this signature in database
2 changed files with 6 additions and 3 deletions

View file

@ -165,7 +165,7 @@ export const automaticOidcFlow = async (
const authServer = await getAuthServer(issuerUrl);
const parameters = await getParameters(
const parameters = getParameters(
authServer,
issuer.client_id,
currentUrl,