This website works better with JavaScript.
Home
Explore
Help
Sign In
alex
/
PNSPS-frontend-MaterialUI
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
fix login with wrong username
CR003
Alex Cheung
1 year ago
parent
cdbf342265
commit
dda5735faf
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/pages/authentication/auth-forms/AuthLoginCustom.js
+ 1
- 1
src/pages/authentication/auth-forms/AuthLoginCustom.js
View File
@@ -123,7 +123,7 @@ const AuthLoginCustom = () => {
// setSumitting(false)
})
.catch((error) => {
console.log(error)
//
console.log(error
.response
)
// setSuccess(false)
setOnLogin(false)
if (error.response != undefined) {
Write
Preview
Loading…
Cancel
Save