mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-02 21:51:23 +00:00
move all components to components dir
This commit is contained in:
parent
4292d3262e
commit
df85f13aea
90 changed files with 2166 additions and 86 deletions
|
|
@ -32,6 +32,7 @@ export type GetResourceAuthInfoResponse = {
|
|||
url: string;
|
||||
whitelist: boolean;
|
||||
skipToIdpId: number | null;
|
||||
orgId: string;
|
||||
};
|
||||
|
||||
export async function getResourceAuthInfo(
|
||||
|
|
@ -88,7 +89,8 @@ export async function getResourceAuthInfo(
|
|||
blockAccess: resource.blockAccess,
|
||||
url,
|
||||
whitelist: resource.emailWhitelistEnabled,
|
||||
skipToIdpId: resource.skipToIdpId
|
||||
skipToIdpId: resource.skipToIdpId,
|
||||
orgId: resource.orgId
|
||||
},
|
||||
success: true,
|
||||
error: false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue