You've already forked pocketbase
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user