[#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
+1 -1
View File
@@ -9,4 +9,4 @@ PB_DOCS_URL = "https://pocketbase.io/docs/"
PB_JS_SDK_URL = "https://github.com/pocketbase/js-sdk"
PB_DART_SDK_URL = "https://github.com/pocketbase/dart-sdk"
PB_RELEASES = "https://github.com/pocketbase/pocketbase/releases"
PB_VERSION = "v0.21.1"
PB_VERSION = "v0.21.2"