Jelajahi Sumber

Fix logout not triggering at the end of the inactivity period

Bubka 4 tahun lalu
induk
melakukan
7494b08b95
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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() {