mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 05:49:16 +01:00
fix: 🚨 Fix further DeepSource issues
This commit is contained in:
parent
870b6dbe85
commit
0bf5f7c983
2 changed files with 6 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue