[#2173] fixed request.auth.* initialization which caused the current authenticated user email to not being returned in the authRefresh() calls

This commit is contained in:
Gani Georgiev
2024-02-07 19:50:55 +02:00
parent 3b6fcf265a
commit bada2338f7
35 changed files with 97 additions and 82 deletions
+6
View File
@@ -1,3 +1,9 @@
## v0.21.2
- Fixed `@request.auth.*` initialization side-effect which caused the current authenticated user email to not being returned in the `authRefresh()` calls ([#2173](https://github.com/pocketbase/pocketbase/issues/2173#issuecomment-1932332038)).
_The current authenticated user email should be accessible always no matter of the `emailVisibility` state._
## v0.21.1
- Small fix for the Admin UI related to the _Settings > Sync_ menu not being visible even when the "Hide controls" toggle is off.