added extra hardening options to the Microsoft OAuth2 provider allowing devs to specify the preferred safe email extraction method

This commit is contained in:
Gani Georgiev
2026-07-06 15:44:37 +03:00
parent 667a765070
commit 7b3f4d62b1
13 changed files with 213 additions and 18 deletions
+3
View File
@@ -82,6 +82,9 @@
&.active {
background: var(--surfaceAlt2Color);
transition-duration: var(--activeAnimationSpeed);
code {
background: var(--surfaceAlt1Color);
}
&:hover {
background: var(--surfaceAlt3Color);
transition-duration: var(--animationSpeed);