added option to retrieve the OIDC user info from the id_token payload

This commit is contained in:
Gani Georgiev
2024-10-12 10:16:01 +03:00
parent 95d5ee40b0
commit 3c87df9e55
40 changed files with 465 additions and 218 deletions
+1 -1
View File
@@ -369,7 +369,7 @@ a,
@extend .content;
background: var(--baseColor);
border-radius: var(--baseRadius);
padding: calc(var(--smSpacing) - 5px) var(--smSpacing);
padding: var(--xsSpacing);
border: 1px solid var(--baseAlt1Color);
}