Sfoglia il codice sorgente

stop refreshing jwt every 5 minutes

pull/342/head
Guillaume Vincent 7 anni fa
parent
commit
71b983823a
1 ha cambiato i file con 0 aggiunte e 6 eliminazioni
  1. +0
    -6
      src/LessPass.vue

+ 0
- 6
src/LessPass.vue Vedi File

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

Caricamento…
Annulla
Salva