diff --git a/src/stores/Auth.js b/src/stores/Auth.js index 7f291b6..5a0942f 100644 --- a/src/stores/Auth.js +++ b/src/stores/Auth.js @@ -12,8 +12,8 @@ class Auth { this.root = root; this.login.token = root.getSession(KEY_LOGIN_TOKEN); setInterval(() => { - console.info('Auth.check.token.'); - }, 1000); + // console.info('Auth.check.token.'); + }, 10000); } valdateUserPassword(usr, pwd) {