File tree 1 file changed +4
-2
lines changed
web/src/modules/auth/components
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 3
3
faGithub ,
4
4
faGoogle ,
5
5
} from '@fortawesome/free-brands-svg-icons' ;
6
- import { faRightToBracket } from '@fortawesome/free-solid-svg-icons' ;
7
6
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome' ;
8
7
import Link from 'next/link' ;
9
8
@@ -65,7 +64,9 @@ export const LoginPage = () => {
65
64
66
65
< div className = 'flex flex-col w-full gap-4' >
67
66
{ /* Login with Email */ }
68
- < Link
67
+ { /*
68
+ // TODO: Uncomment when email login is implemented
69
+ <Link
69
70
data-test='login-discord'
70
71
href={'/login/email'}
71
72
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 = () => {
76
77
/>
77
78
<span className='flex-1 text-nowrap'>Log in with email</span>
78
79
</Link>
80
+ */ }
79
81
{ /* Login with Google */ }
80
82
< Link
81
83
data-test = 'login-google'
You can’t perform that action at this time.
0 commit comments