浏览代码

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)
                 clearTimeout(this.logoutTimer)
 
 
-                this.appLogout
+                this.appLogout()
             },
             },
 
 
             resetTimer: function() {
             resetTimer: function() {