mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-03 01:06:39 +00:00
🐛 Apply branding to auth page when not authenticated not only when authed
This commit is contained in:
@@ -28,6 +28,7 @@ internalRouter.get("/org/:orgId/idp", orgIdp.listOrgIdps);
|
||||
internalRouter.get("/org/:orgId/billing/tier", billing.getOrgTier);
|
||||
|
||||
internalRouter.get("/login-page", loginPage.loadLoginPage);
|
||||
internalRouter.get("/login-page-branding", loginPage.loadLoginPageBranding);
|
||||
|
||||
internalRouter.post(
|
||||
"/get-session-transfer-token",
|
||||
|
||||
Reference in New Issue
Block a user