Skip to content

Commit

Permalink
refactor: show signin page in dev app [skip release]
Browse files Browse the repository at this point in the history
  • Loading branch information
balazsorban44 committed Feb 1, 2021
1 parent b84f1b6 commit 2865b8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default function Header () {
className={styles.buttonPrimary}
onClick={(e) => {
e.preventDefault()
signIn('github')
signIn()
}}
>
Sign in
Expand Down

0 comments on commit 2865b8c

Please sign in to comment.