File tree Expand file tree Collapse file tree 1 file changed +12
-11
lines changed
web/src/modules/auth/components Expand file tree Collapse file tree 1 file changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -64,6 +64,18 @@ export const LoginPage = () => {
64
64
</ div >
65
65
66
66
< div className = 'flex flex-col w-full gap-4' >
67
+ { /* Login with Email */ }
68
+ < Link
69
+ data-test = 'login-discord'
70
+ href = { '/login/email' }
71
+ 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'
72
+ >
73
+ < FontAwesomeIcon
74
+ icon = { faRightToBracket }
75
+ className = 'align-middle mr-2 h-5'
76
+ />
77
+ < span className = 'flex-1 text-nowrap' > Log in with email</ span >
78
+ </ Link >
67
79
{ /* Login with Google */ }
68
80
< Link
69
81
data-test = 'login-google'
@@ -100,17 +112,6 @@ export const LoginPage = () => {
100
112
/>
101
113
< span className = 'flex-1 text-nowrap' > Log in with Discord</ span >
102
114
</ Link >
103
- < Link
104
- data-test = 'login-discord'
105
- href = { '/login/email' }
106
- 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'
107
- >
108
- < FontAwesomeIcon
109
- icon = { faRightToBracket }
110
- className = 'align-middle mr-2 h-5'
111
- />
112
- < span className = 'flex-1 text-nowrap' > Log in with email</ span >
113
- </ Link >
114
115
</ div >
115
116
116
117
< p className = 'text-xs whitespace-normal w-3/4 text-zinc-400' >
You can’t perform that action at this time.
0 commit comments