Chooi Je Qin

Results 1 comments of Chooi Je Qin

Thanks to the steps from @Mersal-Mohamed, the following code solves the problem ``` const googleUser = await GoogleAuth.signIn(); let accessToken = googleUser.authentication.accessToken; if (!accessToken) { const body = { client_id:...