Skip to content

Commit 647b93d

Browse files
authored
Merge pull request #1 from awsdocs/identity-pools-demo
Correcting minor formatting errors in licensing
2 parents 84d9a75 + a1e28b5 commit 647b93d

File tree

3 files changed

+6
-12
lines changed

3 files changed

+6
-12
lines changed

python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/js/app-init.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
53

64
document.addEventListener('DOMContentLoaded', async function() {
75
try {

python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/js/auth-core.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
53

64
// Configuration - Load from environment or backend
75
let CONFIG = {

python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/js/flow-visualizer.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
1-
/*
2-
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3-
* SPDX-License-Identifier: Apache-2.0
4-
*/
1+
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
2+
// SPDX-License-Identifier: Apache-2.0
53

64
class APIFlowManager {
75
constructor() {

0 commit comments

Comments
 (0)