File tree Expand file tree Collapse file tree 4 files changed +4
-10
lines changed
python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/js Expand file tree Collapse file tree 4 files changed +4
-10
lines changed Original file line number Diff line number Diff line change 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
5
3
6
4
// Global animation handler for the entire website
7
5
( function ( ) {
Original file line number Diff line number Diff line change 1
1
/*
2
- * AUTH-CORE.JS - Configuration & OAuth Authentication
3
2
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
3
* SPDX-License-Identifier: Apache-2.0
5
4
*/
Original file line number Diff line number Diff line change 1
1
/*
2
- * FLOW-VISUALIZER.JS - API Flow Visualization Engine
3
2
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
4
3
* SPDX-License-Identifier: Apache-2.0
5
4
*/
Original file line number Diff line number Diff line change 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
5
3
6
4
// Global variable to store current result - make it globally accessible
7
5
window . currentAuthResult = null ;
You can’t perform that action at this time.
0 commit comments