diff --git a/components/Login/Login.js b/components/Login/Login.js index 6b4d7447..8740594c 100644 --- a/components/Login/Login.js +++ b/components/Login/Login.js @@ -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']