Procházet zdrojové kódy

stop refreshing jwt every 5 minutes

pull/342/head
Guillaume Vincent před 7 roky
rodič
revize
71b983823a
1 změnil soubory, kde provedl 0 přidání a 6 odebrání
  1. +0
    -6
      src/LessPass.vue

+ 0
- 6
src/LessPass.vue Zobrazit soubor

@@ -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>

Načítá se…
Zrušit
Uložit