Browse Source

Updated Config

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

+ 0 - 6
templates/base/verification.tmpl

@@ -39,16 +39,10 @@
     email: '{{.LoggedUser.Email}}'
   });
   drift.config({
-    locale: '{{.Lang}}',
     messages: {
       welcomeMessage: 'Hey {{.LoggedUser.FullName}}!\nHelp, feedback, or bugs? Talk to us 🌞',
-      awayMessage: "Hey, we're not here right now, but leave a message.",
-      emailCaptureMessage: "Leave your email so we can get back to you.",
-      thankYouMessage: "Thanks we'll follow up soon."
     },
-    enableWelcomeMessage: false,
     backgroundColor: {{.Owner.ThemeColor}},
-    cookieDomain: '.gitote.in',
   })
   {{end}}
   drift.reset();