Browse Source

Added Drift Identity reset

Yoginth 7 years ago
parent
commit
5683a80783
1 changed files with 1 additions and 0 deletions
  1. 1 0
      templates/base/verification.tmpl

+ 1 - 0
templates/base/verification.tmpl

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