I am using Google OAuth for login in my webapp but when ever I login it give error of :
" Access Denied
You do not have permission to sign in."
Even I have added my email address in testing user but it doesn’t work.
link to webapp:
My webapp github repo link:
Run on your local machine first open this project in vscode and in terminal type yarn or npm install to install all depenciences, then type yarn run dev or npm run dev to start the server.
@bappyasif