|
1 | 1 | <!doctype html> |
2 | 2 | <html lang="en-us"> |
3 | | - <head> |
4 | | - <title><%= (process.env.SITE_NAME && process.env.SITE_NAME != 'null') ? 'Authentication | ' + process.env.SITE_NAME : 'Authentication' %></title> |
5 | | - <meta charset="utf-8"> |
6 | | - <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
7 | | - <link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon"/> |
8 | | - <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.4.4/iframeResizer.contentWindow.min.js" |
9 | | - integrity="sha512-IWwZFBvHzN41wNI6etRLLuLrDDj/6AwJcPt7cmKJAzluYTIHHQ1PF8wh0rSy05jxEvvjflVvH2MxeV6riyEEXg==" |
10 | | - crossorigin="anonymous" |
11 | | - referrerpolicy="no-referrer"> |
12 | | - </script> |
13 | | - <% if (process.env.OPTIMIZELY_URL) { %> |
14 | | - <script |
15 | | - src="<%= process.env.OPTIMIZELY_URL %>" |
16 | | - ></script> |
17 | | - <% } else if (process.env.OPTIMIZELY_PROJECT_ID) { %> |
18 | | - <script |
19 | | - src="<%= process.env.MARKETING_SITE_BASE_URL %>/optimizelyjs/<%= process.env.OPTIMIZELY_PROJECT_ID %>.js" |
20 | | - ></script> |
| 3 | + |
| 4 | +<head> |
| 5 | + <title> |
| 6 | + <%= (process.env.SITE_NAME && process.env.SITE_NAME !='null' ) ? 'Authentication | ' + process.env.SITE_NAME |
| 7 | + : 'Authentication' %> |
| 8 | + </title> |
| 9 | + <meta charset="utf-8"> |
| 10 | + <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 11 | + <link rel="shortcut icon" href="<%=htmlWebpackPlugin.options.FAVICON_URL%>" type="image/x-icon" /> |
| 12 | + |
| 13 | + <style type='text/css'> |
| 14 | + .preampjs [data-preamp], |
| 15 | + .fusejs [data-fuse] { |
| 16 | + opacity: 0 !important |
| 17 | + } |
| 18 | + </style> |
| 19 | + <script type="text/javascript"> |
| 20 | + !function (co, h, e, s, i, o, n) { |
| 21 | + var d = 'documentElement'; var a = 'className'; h[d][a] += ' preampjs fusejs'; |
| 22 | + n.k = e; co._Cohesion = n; co._Preamp = { k: s, start: new Date }; co._Fuse = { k: i }; co._Tagular = { k: o }; |
| 23 | + [e, s, i, o].map(function (x) { co[x] = co[x] || function () { (co[x].q = co[x].q || []).push([].slice.call(arguments)) } }); |
| 24 | + var b = function () { var u = h[d][a]; h[d][a] = u.replace(/ ?preampjs| ?fusejs/g, '') }; |
| 25 | + h.addEventListener('DOMContentLoaded', function () { |
| 26 | + co.setTimeout(b, 3e3); |
| 27 | + co._Preamp.docReady = co._Fuse.docReady = !0 |
| 28 | + }); var z = h.createElement('script'); |
| 29 | + z.async = 1; z.src = 'https://cdn.cohesionapps.com/cohesion/cohesion-latest.min.js'; |
| 30 | + z.onerror = function () { var ce = 'error', f = 'function'; for (var o of co[e].q || []) o[0] === ce && typeof o[1] == f && o[1](); co[e] = function (n, cb) { n === ce && typeof cb == f && cb() }; b() }; |
| 31 | + h.head.appendChild(z); |
| 32 | + } |
| 33 | + (window, document, 'cohesion', 'preamp', 'fuse', 'tagular', { |
| 34 | + tagular: { |
| 35 | + writeKey: process.env.Cohesion_Write_Key, |
| 36 | + sourceKey: process.env.Cohesion_Source_Key, |
| 37 | + taggy: { |
| 38 | + enabled: true |
| 39 | + } |
| 40 | + } |
| 41 | + }) |
| 42 | + </script> |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + <script src="https://cdnjs.cloudflare.com/ajax/libs/iframe-resizer/4.4.4/iframeResizer.contentWindow.min.js" |
| 47 | + integrity="sha512-IWwZFBvHzN41wNI6etRLLuLrDDj/6AwJcPt7cmKJAzluYTIHHQ1PF8wh0rSy05jxEvvjflVvH2MxeV6riyEEXg==" |
| 48 | + crossorigin="anonymous" referrerpolicy="no-referrer"> |
| 49 | + </script> |
| 50 | + <% if (process.env.OPTIMIZELY_URL) { %> |
| 51 | + <script src="<%= process.env.OPTIMIZELY_URL %>"></script> |
| 52 | + <% } else if (process.env.OPTIMIZELY_PROJECT_ID) { %> |
| 53 | + <script |
| 54 | + src="<%= process.env.MARKETING_SITE_BASE_URL %>/optimizelyjs/<%= process.env.OPTIMIZELY_PROJECT_ID %>.js"></script> |
21 | 55 | <% } %> |
22 | | - </head> |
23 | | - <body> |
24 | | - <div id="root"></div> |
25 | | - </body> |
| 56 | + |
| 57 | + <script> |
| 58 | + window.tagular("beam", { |
| 59 | + "@type": "core.Identify.v1", |
| 60 | + traits: {}, |
| 61 | + externalIds: [ |
| 62 | + { |
| 63 | + id: window.analytics.user().anonymousId(), |
| 64 | + type: "segment_anonym_id", |
| 65 | + collection: "users", |
| 66 | + encoding: "none", |
| 67 | + }, |
| 68 | + ], |
| 69 | + }); |
| 70 | + |
| 71 | + </script> |
| 72 | +</head> |
| 73 | + |
| 74 | +<body> |
| 75 | + <div id="root"></div> |
| 76 | +</body> |
| 77 | + |
26 | 78 | </html> |
0 commit comments