[#4322] disable the JS required validations for disabled OIDC providers

This commit is contained in:
Gani Georgiev
2024-02-09 22:13:44 +02:00
parent 8f8a7c3268
commit c32f272123
33 changed files with 59 additions and 48 deletions
+5
View File
@@ -1,3 +1,8 @@
## (WIP) v0.21.3
- Disable the JS required validations for disabled OIDC providers ([#4322](https://github.com/pocketbase/pocketbase/issues/4322)).
## v0.21.2
- Fixed `@request.auth.*` initialization side-effect which caused the current authenticated user email to not being returned in the user auth response ([#2173](https://github.com/pocketbase/pocketbase/issues/2173#issuecomment-1932332038)).