瀏覽代碼

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


Loading…
取消
儲存