File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ export default function ForgotPasswordPage() {
109109 border : "1px solid var(--border)" ,
110110 fontFamily : "inherit"
111111 } }
112- placeholder = "teacher @university.edu"
112+ placeholder = "email @university.edu"
113113 />
114114 </ div >
115115 </ div >
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ export default function LoginPage() {
8181 color : "var(--text-main)" ,
8282 fontFamily : "inherit"
8383 } }
84- placeholder = { `teacher ${ CONFIG . ALLOWED_EMAIL_DOMAIN } ` }
84+ placeholder = { `email ${ CONFIG . ALLOWED_EMAIL_DOMAIN } ` }
8585 />
8686 </ div >
8787 </ div >
Original file line number Diff line number Diff line change @@ -140,7 +140,7 @@ export default function SignupPage() {
140140 color : "var(--text-main)" ,
141141 fontFamily : "inherit"
142142 } }
143- placeholder = { `teacher ${ CONFIG . ALLOWED_EMAIL_DOMAIN } ` }
143+ placeholder = { `email ${ CONFIG . ALLOWED_EMAIL_DOMAIN } ` }
144144 />
145145 </ div >
146146 </ div >
You can’t perform that action at this time.
0 commit comments