Browse Source

Updated Config

Yoginth 7 năm trước cách đây
mục cha
commit
f40bd0a6a0
1 tập tin đã thay đổi với 0 bổ sung6 xóa
  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();