added more tests and extra debug log

This commit is contained in:
Gani Georgiev
2025-08-20 22:41:33 +03:00
parent 50dbb7f94f
commit b8f18bd97d
3 changed files with 48 additions and 6 deletions

View File

@@ -99,6 +99,8 @@ func recordAuthWithOAuth2(e *core.RequestEvent) error {
if ok {
e.App.Store().Remove(nameKey)
authUser.Name = name
} else {
e.App.Logger().Debug("Missing or already removed Apple user's name")
}
}