Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

admins can promote user to admin role #14

Closed
wants to merge 3 commits into from
Closed

admins can promote user to admin role #14

wants to merge 3 commits into from

Conversation

pks03
Copy link
Collaborator

@pks03 pks03 commented Mar 23, 2024

No description provided.

Copy link

vercel bot commented Mar 23, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
geddit-xiav ❌ Failed (Inspect) Mar 30, 2024 11:06am


gauthRouter.get("/", async (req, res) => {
const appUser = await googleOAuthHandler(req);

console.log(appUser);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove console.logs


gauthRouter.get("/", async (req, res) => {
const appUser = await googleOAuthHandler(req);

console.log(appUser);
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove console.logs

@thenicekat
Copy link
Owner

did you make the changes required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants