Skip to content

Commit

Permalink
fix: allow discord as authentication method to members page
Browse files Browse the repository at this point in the history
  • Loading branch information
Esinko committed Dec 18, 2022
1 parent 49543b3 commit 8913c0f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion components/Login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ import FadeIn from 'react-fade-in';

export function LoginDialog({ onClose }) {
const accept = [
'members'
'members',
'discord'
]
const client = '181937620043556561658238287560538816854'
const scopes = ['id', 'account']
Expand Down

1 comment on commit 8913c0f

@vercel
Copy link

@vercel vercel bot commented on 8913c0f Dec 18, 2022

Choose a reason for hiding this comment

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

Please sign in to comment.