Kaynağa Gözat

fix login with wrong username

CR003
Alex Cheung 1 yıl önce
ebeveyn
işleme
dda5735faf
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      src/pages/authentication/auth-forms/AuthLoginCustom.js

+ 1
- 1
src/pages/authentication/auth-forms/AuthLoginCustom.js Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet