mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-10 20:02:26 +00:00
Fix const issue
This commit is contained in:
@@ -87,8 +87,9 @@ export async function loadLoginPage(
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
const { resourceId, idpId, fullDomain, orgId } = parsedQuery.data;
|
const { resourceId, idpId, fullDomain } = parsedQuery.data;
|
||||||
|
|
||||||
|
let orgId: string | undefined = undefined;
|
||||||
if (resourceId) {
|
if (resourceId) {
|
||||||
const [resource] = await db
|
const [resource] = await db
|
||||||
.select()
|
.select()
|
||||||
|
|||||||
Reference in New Issue
Block a user