浏览代码

Added Drift Identity reset

Yoginth 7 年之前
父节点
当前提交
5683a80783
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      templates/base/verification.tmpl

+ 1 - 0
templates/base/verification.tmpl

@@ -36,4 +36,5 @@ drift.load('7xn6zh55rcbx');
 drift.identify('{{.LoggedUser.FullName}}', {
   email: '{{.LoggedUser.Email}}'
 });
+drift.reset();
 </script>