浏览代码

fix login with wrong username

CR003
Alex Cheung 1年前
父节点
当前提交
dda5735faf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/pages/authentication/auth-forms/AuthLoginCustom.js

+ 1
- 1
src/pages/authentication/auth-forms/AuthLoginCustom.js 查看文件

@@ -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) {


正在加载...
取消
保存