mirror of
https://github.com/fosrl/pangolin.git
synced 2026-08-26 14:04:57 +02:00
Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 2d18db3597 |
@@ -100,7 +100,7 @@ export default async function Page(props: {
|
||||
loginIdps = idpsRes.data.data.idps.map((idp) => ({
|
||||
idpId: idp.idpId,
|
||||
name: idp.name,
|
||||
variant: idp.type
|
||||
variant: idp.variant ?? idp.type
|
||||
})) as LoginFormIDP[];
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user