Skip to content

Commit

Permalink
Merge branch 'develop_3x' into fix-753-referredOutTest-react
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 authored Apr 14, 2024
2 parents 384b393 + 8eeb7b2 commit 2020e4e
Show file tree
Hide file tree
Showing 22 changed files with 860 additions and 416 deletions.
2 changes: 1 addition & 1 deletion frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 0 additions & 2 deletions frontend/src/components/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@ function Login(props) {
</Heading>
</FormLabel>
<TextInput
className="inputText"
id="loginName"
invalidText={props.intl.formatMessage({
id: "login.msg.username.missing",
Expand All @@ -184,7 +183,6 @@ function Login(props) {
ref={firstInput}
/>
<TextInput.PasswordInput
className="inputText"
id="password"
invalidText={props.intl.formatMessage({
id: "login.msg.password.missing",
Expand Down
Loading

0 comments on commit 2020e4e

Please sign in to comment.