Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Febi Chajadi (fec935)
spaces-dashboard
Commits
5867ed55
Commit
5867ed55
authored
Jun 21, 2021
by
Febi Chajadi (fec935)
Browse files
Changed messaging for incorrect username or password.
parent
6233df35
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/components/Login.js
View file @
5867ed55
...
...
@@ -77,7 +77,7 @@ export default function Login() {
getprofile
();
}
else
{
toast
.
warn
(
response
.
request
.
response
);
toast
.
warn
(
"
Incorrect username or password.
"
);
}
/*if (msg === "0"){
setUser(username);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment