File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
web/src/modules/auth/components Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 33 faGithub ,
44 faGoogle ,
55} from '@fortawesome/free-brands-svg-icons' ;
6- import { faRightToBracket } from '@fortawesome/free-solid-svg-icons' ;
76import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
87import Link from 'next/link' ;
98
@@ -65,7 +64,9 @@ export const LoginPage = () => {
6564
6665 < div className = 'flex flex-col w-full gap-4' >
6766 { /* Login with Email */ }
68- < Link
67+ { /*
68+ // TODO: Uncomment when email login is implemented
69+ <Link
6970 data-test='login-discord'
7071 href={'/login/email'}
7172 className='flex items-center text-white outline outline-white outline-1 bg-none p-2.5 hover:outline-blue-500 hover:text-blue-500 hover:transition-all duration-200 uppercase rounded-lg'
@@ -76,6 +77,7 @@ export const LoginPage = () => {
7677 />
7778 <span className='flex-1 text-nowrap'>Log in with email</span>
7879 </Link>
80+ */ }
7981 { /* Login with Google */ }
8082 < Link
8183 data-test = 'login-google'
You can’t perform that action at this time.
0 commit comments