ソースを参照

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>

読み込み中…
キャンセル
保存