Переглянути джерело

stop refreshing jwt every 5 minutes

pull/342/head
Guillaume Vincent 7 роки тому
джерело
коміт
71b983823a
1 змінених файлів з 0 додано та 6 видалено
  1. +0
    -6
      src/LessPass.vue

+ 0
- 6
src/LessPass.vue Переглянути файл

@@ -49,12 +49,6 @@
computed: mapGetters(['version']),
created(){
this.$store.dispatch('loadPasswordFirstTime');

const fiveMinutes = 1000 * 60 * 5;
this.$store.dispatch('refreshToken');
setInterval(() => {
this.$store.dispatch('refreshToken');
}, fiveMinutes);
}
}
</script>

Завантаження…
Відмінити
Зберегти