mirror of
https://github.com/fosrl/pangolin.git
synced 2026-04-30 04:39:43 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
parent
9db2feff77
commit
d490cab48c
555 changed files with 9375 additions and 9287 deletions
|
|
@ -33,7 +33,11 @@ export async function generateOidcRedirectUrl(
|
|||
)
|
||||
.limit(1);
|
||||
|
||||
if (res?.loginPage && res.loginPage.domainId && res.loginPage.fullDomain) {
|
||||
if (
|
||||
res?.loginPage &&
|
||||
res.loginPage.domainId &&
|
||||
res.loginPage.fullDomain
|
||||
) {
|
||||
baseUrl = `${method}://${res.loginPage.fullDomain}`;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue