mirror of
https://github.com/fosrl/pangolin.git
synced 2026-01-28 22:00:51 +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) {
|
||||
const [resource] = await db
|
||||
.select()
|
||||
|
||||
Reference in New Issue
Block a user