Преглед на файлове

Fix logout not triggering at the end of the inactivity period

Bubka преди 4 години
родител
ревизия
7494b08b95
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      resources/js/components/Kicker.vue

+ 1 - 1
resources/js/components/Kicker.vue

@@ -43,7 +43,7 @@
 
                 clearTimeout(this.logoutTimer)
 
-                this.appLogout
+                this.appLogout()
             },
 
             resetTimer: function() {