1
- <!DOCTYPE html> < html class ="no-js "> < head > < meta charset ="utf-8 "> < meta http-equiv ="x-ua-compatible " content ="ie=edge "> < meta name ="renderer " content ="webkit "> < meta name ="referrer " content ="strict-origin "> < title > NICE Accounts</ title > < meta name ="viewport " content ="width=device-width,initial-scale=1 "> < link rel ="apple-touch-icon " href ="apple-touch-icon.png "> < link rel ="stylesheet " href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css "> < link href ="https://fonts.googleapis.com/css?family=Lato:300,400,400i,700 " rel ="stylesheet "> < script src ="https://cdn.auth0.com/js/base64.js "> </ script > <!--[if IE 8]>
1
+ <!DOCTYPE html>
2
+ < html class ="no-js ">
3
+ < head >
4
+ < meta charset ="utf-8 " />
5
+ < meta http-equiv ="x-ua-compatible " content ="ie=edge " />
6
+ < meta name ="renderer " content ="webkit " />
7
+ < meta name ="referrer " content ="strict-origin " />
8
+ < title > NICE Accounts</ title >
9
+ < meta name ="viewport " content ="width=device-width,initial-scale=1 " />
10
+ < link rel ="apple-touch-icon " href ="apple-touch-icon.png " />
11
+ < link
12
+ rel ="stylesheet "
13
+ href ="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css "
14
+ />
15
+ < link
16
+ href ="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&family=Lora:ital,wght@0,600;1,600&display=swap "
17
+ rel ="stylesheet "
18
+ />
19
+ < script src ="https://cdn.auth0.com/js/base64.js "> </ script >
20
+ <!--[if IE 8]>
2
21
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-shim.min.js"></script>
3
22
<script src="https://cdnjs.cloudflare.com/ajax/libs/es5-shim/4.5.7/es5-sham.min.js"></script>
4
- <![endif]--> < link href ="#{HOSTED_PAGES_ASSETS_CDN_URI}/styles.password_reset.css?7e1578665f524e0d8491 " rel ="stylesheet "> </ head > < body > < script > var rpConfig = {
23
+ <![endif]-->
24
+ < link
25
+ href ="#{HOSTED_PAGES_ASSETS_CDN_URI}/styles.password_reset.css?7e1578665f524e0d8491 "
26
+ rel ="stylesheet "
27
+ />
28
+ </ head >
29
+ < body >
30
+ < script >
31
+ var rpConfig = {
5
32
email : "{{email | escape}}" , // DO NOT CHANGE THIS
6
33
csrf_token : "{{csrf_token}}" , // DO NOT CHANGE THIS
7
34
ticket : "{{ticket}}" , // DO NOT CHANGE THIS
8
- password_policy : "{{password_policy}}"
35
+ password_policy : "{{password_policy}}" ,
9
36
} ;
10
- ( function ( fallback ) {
11
- fallback = fallback || function ( ) { } ;
37
+ ( function ( fallback ) {
38
+ fallback = fallback || function ( ) { } ;
12
39
13
40
// function to trap most of the console functions from the FireBug Console API.
14
- var trap = function ( ) {
41
+ var trap = function ( ) {
15
42
// create an Array from the arguments Object
16
43
var args = Array . prototype . slice . call ( arguments ) ;
17
44
// console.raw captures the raw args, without converting toString
25
52
console = {
26
53
messages : [ ] ,
27
54
raw : [ ] ,
28
- dump : function ( ) {
55
+ dump : function ( ) {
29
56
return console . messages . join ( "\n" ) ;
30
57
} ,
31
58
log : trap ,
34
61
warn : trap ,
35
62
error : trap ,
36
63
assert : trap ,
37
- clear : function ( ) {
64
+ clear : function ( ) {
38
65
console . messages . length = 0 ;
39
66
console . raw . length = 0 ;
40
67
} ,
51
78
profileEnd : trap ,
52
79
count : trap ,
53
80
exception : trap ,
54
- table : trap
81
+ table : trap ,
55
82
} ;
56
- } ) ( null ) ; </ script > < div id ="container "> </ div > < script type ="text/javascript " src ="#{HOSTED_PAGES_ASSETS_CDN_URI}/vendor.password_reset.js?7e1578665f524e0d8491 "> </ script > < script type ="text/javascript " src ="#{HOSTED_PAGES_ASSETS_CDN_URI}/app.password_reset.js?7e1578665f524e0d8491 "> </ script > </ body > </ html >
83
+ } ) ( null ) ;
84
+ </ script >
85
+ < div id ="container "> </ div >
86
+ < script
87
+ type ="text/javascript "
88
+ src ="#{HOSTED_PAGES_ASSETS_CDN_URI}/vendor.password_reset.js?7e1578665f524e0d8491 "
89
+ > </ script >
90
+ < script
91
+ type ="text/javascript "
92
+ src ="#{HOSTED_PAGES_ASSETS_CDN_URI}/app.password_reset.js?7e1578665f524e0d8491 "
93
+ > </ script >
94
+ </ body >
95
+ </ html >
0 commit comments