mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-09 04:06:36 +00:00
Format all files
This commit is contained in:
@@ -93,7 +93,10 @@ export async function getOrgIdp(
|
||||
idpRes.idpOidcConfig!.clientId = decrypt(clientId, key);
|
||||
}
|
||||
|
||||
const redirectUrl = await generateOidcRedirectUrl(idpRes.idp.idpId, orgId);
|
||||
const redirectUrl = await generateOidcRedirectUrl(
|
||||
idpRes.idp.idpId,
|
||||
orgId
|
||||
);
|
||||
|
||||
return response<GetOrgIdpResponse>(res, {
|
||||
data: {
|
||||
|
||||
Reference in New Issue
Block a user