mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-10 08:30:51 +02:00
added extra hardening options to the Microsoft OAuth2 provider allowing devs to specify the preferred safe email extraction method
This commit is contained in:
@@ -82,6 +82,9 @@
|
||||
&.active {
|
||||
background: var(--surfaceAlt2Color);
|
||||
transition-duration: var(--activeAnimationSpeed);
|
||||
code {
|
||||
background: var(--surfaceAlt1Color);
|
||||
}
|
||||
&:hover {
|
||||
background: var(--surfaceAlt3Color);
|
||||
transition-duration: var(--animationSpeed);
|
||||
|
||||
Reference in New Issue
Block a user