Skip to content

Commit 374f785

Browse files
author
Todd Baur
committed
update sdk to 2.3.7
1 parent 2b1e019 commit 374f785

6 files changed

+10
-10
lines changed

www/changePassword.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="stylesheet" type="text/css" href="style.css">
55
</head>
66
<body>
7-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.28.min.js"></script>
7+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.3.7.min.js"></script>
88
<script>
99
AWS.config.region = '<REGION>';
1010
AWS.config.credentials = new AWS.CognitoIdentityCredentials({
@@ -116,4 +116,4 @@ <h1>Sample Change Password Page</h1>
116116
});
117117
</script>
118118
</body>
119-
</html>
119+
</html>

www/login.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="stylesheet" type="text/css" href="style.css">
55
</head>
66
<body>
7-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.28.min.js"></script>
7+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.3.7.min.js"></script>
88
<script>
99
AWS.config.region = '<REGION>';
1010
AWS.config.credentials = new AWS.CognitoIdentityCredentials({

www/lostPassword.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="stylesheet" type="text/css" href="style.css">
55
</head>
66
<body>
7-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.28.min.js"></script>
7+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.3.7.min.js"></script>
88
<script>
99
AWS.config.region = '<REGION>';
1010
AWS.config.credentials = new AWS.CognitoIdentityCredentials({

www/reset.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="stylesheet" type="text/css" href="style.css">
55
</head>
66
<body>
7-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.28.min.js"></script>
7+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.3.7.min.js"></script>
88
<script>
99
AWS.config.region = '<REGION>';
1010
AWS.config.credentials = new AWS.CognitoIdentityCredentials({
@@ -93,4 +93,4 @@ <h1>Sample Password Reset Page</h1>
9393
});
9494
</script>
9595
</body>
96-
</html>
96+
</html>

www/signup.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="stylesheet" type="text/css" href="style.css">
55
</head>
66
<body>
7-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.28.min.js"></script>
7+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.3.7.min.js"></script>
88
<script>
99
AWS.config.region = '<REGION>';
1010
AWS.config.credentials = new AWS.CognitoIdentityCredentials({
@@ -77,4 +77,4 @@ <h1>Sample Sign Up Page</h1>
7777
});
7878
</script>
7979
</body>
80-
</html>
80+
</html>

www/verify.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<link rel="stylesheet" type="text/css" href="style.css">
55
</head>
66
<body>
7-
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.1.28.min.js"></script>
7+
<script src="https://sdk.amazonaws.com/js/aws-sdk-2.3.7.min.js"></script>
88
<script>
99
AWS.config.region = '<REGION>';
1010
AWS.config.credentials = new AWS.CognitoIdentityCredentials({
@@ -61,4 +61,4 @@ <h1>Sample Verify User Page</h1>
6161
window.onload = init();
6262
</script>
6363
</body>
64-
</html>
64+
</html>

0 commit comments

Comments
 (0)