File tree Expand file tree Collapse file tree 1 file changed +2
-13
lines changed
portal-ui/src/screens/LoginPage Expand file tree Collapse file tree 1 file changed +2
-13
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ const Login = ({ classes, userLoggedIn }: ILoginProps) => {
281281 onChange = { ( e : React . ChangeEvent < HTMLInputElement > ) =>
282282 setAccessKey ( e . target . value )
283283 }
284- label = "Enter Access Key "
284+ label = "Enter Username "
285285 name = "accessKey"
286286 autoComplete = "username"
287287 disabled = { loginSending }
@@ -295,7 +295,7 @@ const Login = ({ classes, userLoggedIn }: ILoginProps) => {
295295 setSecretKey ( e . target . value )
296296 }
297297 name = "secretKey"
298- label = "Enter Secret Key "
298+ label = "Enter Password "
299299 type = "password"
300300 id = "secretKey"
301301 autoComplete = "current-password"
@@ -317,12 +317,6 @@ const Login = ({ classes, userLoggedIn }: ILoginProps) => {
317317 < Grid item xs = { 12 } className = { classes . linearPredef } >
318318 { loginSending && < LinearProgress /> }
319319 </ Grid >
320- < Grid item xs = { 12 } className = { classes . disclaimer } >
321- < strong > Don't have an access key?</ strong >
322- < br />
323- < br />
324- Contact your administrator to have one made
325- </ Grid >
326320 </ form >
327321 </ React . Fragment >
328322 ) ;
@@ -397,11 +391,6 @@ const Login = ({ classes, userLoggedIn }: ILoginProps) => {
397391 < Grid item xs = { 12 } className = { classes . linearPredef } >
398392 { loginSending && < LinearProgress /> }
399393 </ Grid >
400- < Grid item xs = { 12 } className = { classes . disclaimer } >
401- < strong > Don't have an access key?</ strong >
402- < br />
403- Contact your administrator to have one made
404- </ Grid >
405394 </ form >
406395 </ React . Fragment >
407396 ) ;
You can’t perform that action at this time.
0 commit comments