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