diff --git a/src/LessPass.vue b/src/LessPass.vue index cf90e95..3749896 100644 --- a/src/LessPass.vue +++ b/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); } } \ No newline at end of file