💡 (docs-code) add code documentation

This commit is contained in:
2025-09-08 22:53:10 +07:00
parent a2a46ec933
commit cd8a0490c4
2 changed files with 9 additions and 0 deletions

View File

@ -43,8 +43,10 @@ export const googleCallbackService = async (
}
);
// parse the user data response
const userData = (await response.json()) as GoogleCallbackUserData;
// Provision or authenticate the user in the system
return await OAuthUserProvisionService(
{
provider: "google",