浏览代码

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>

正在加载...
取消
保存