[#3026] use relative path for the oauth2 provider page link

This commit is contained in:
Gani Georgiev
2023-07-31 13:02:23 +03:00
parent f652dc71bb
commit b74994b906
32 changed files with 51 additions and 44 deletions
+7
View File
@@ -1,3 +1,10 @@
## v0.17.1
- Manually trigger the `OnBeforeServe` hook for `tests.ApiScenario` ([#3025](https://github.com/pocketbase/pocketbase/discussions/3025)).
- Use relative path when redirecting to the OAuth2 providers page in the Admin UI to support subpath deployments ([#3026](https://github.com/pocketbase/pocketbase/pull/3026); thanks @sonyarianto).
## v0.17.0
- New more detailed guides for using PocketBase as framework (both Go and JS).