💡 (docs-code) add code documentation
This commit is contained in:
@ -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",
|
||||
|
||||
Reference in New Issue
Block a user