Skip to content

Commit

Permalink
Merge pull request #32 from cis3296f22/lopesBranch
Browse files Browse the repository at this point in the history
Login in links directly to google login page
  • Loading branch information
timlopesTU committed Nov 15, 2022
2 parents d214e76 + 93e14d9 commit 728c69e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion components/Login.jsx
Expand Up @@ -24,7 +24,7 @@ const Login = () => {
}
return (
<a className={styles.navButton}>
<div id="SignIn" onClick={() => signIn()}>
<div id="SignIn" onClick={() => signIn(['google'])}>
Sign In
</div>
</a>
Expand Down
2 changes: 1 addition & 1 deletion pages/api/auth/[...nextauth].js
Expand Up @@ -15,7 +15,7 @@ export default NextAuth({
})


/* TESTING
/* TESTING
export default NextAuth({
secret: process.env.JWT_SECRET,
providers: [
Expand Down

1 comment on commit 728c69e

@vercel
Copy link

@vercel vercel bot commented on 728c69e Nov 15, 2022

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

03-ebms – ./

03-ebms-git-main-ebms.vercel.app
03-ebms-ebms.vercel.app
03-ebms.vercel.app

Please sign in to comment.