|
@@ -158,7 +158,7 @@ export default {
|
|
// })
|
|
// })
|
|
// this.requiredTwoStepCaptcha = true
|
|
// this.requiredTwoStepCaptcha = true
|
|
const rem = this.$cookies.get('REMEMBER_ME')
|
|
const rem = this.$cookies.get('REMEMBER_ME')
|
|
- console.log(rem)
|
|
|
|
|
|
+ // console.log(rem)
|
|
if (rem && rem.rememberMe) {
|
|
if (rem && rem.rememberMe) {
|
|
this.username = rem.username
|
|
this.username = rem.username
|
|
this.password = rem.password
|
|
this.password = rem.password
|