mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-08 03:36:37 +00:00
Chungus
This commit is contained in:
@@ -112,7 +112,7 @@ export async function createOidcIdp(
|
||||
});
|
||||
});
|
||||
|
||||
const redirectUrl = generateOidcRedirectUrl(idpId as number);
|
||||
const redirectUrl = await generateOidcRedirectUrl(idpId as number);
|
||||
|
||||
return response<CreateIdpResponse>(res, {
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user