1
0
mirror of https://github.com/pocketbase/pocketbase.git synced 2025-11-06 09:29:19 +02:00

updated code comments and added v0.23.0-rc release notes

This commit is contained in:
Gani Georgiev
2024-10-05 22:01:06 +03:00
parent bc67835de9
commit 292c34ee52
5 changed files with 1215 additions and 1088 deletions

View File

@@ -89,7 +89,7 @@ func recordAuthWithOAuth2(e *core.RequestEvent) error {
var authRecord *core.Record
// check for existing relation with the auth record
// check for existing relation with the auth collection
externalAuthRel, err := e.App.FindFirstExternalAuthByExpr(dbx.HashExp{
"collectionRef": form.collection.Id,
"provider": form.Provider,