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
53
64// Global animation handler for the entire website
75( function ( ) {
Original file line number Diff line number Diff line change 11/*
2- * AUTH-CORE.JS - Configuration & OAuth Authentication
32 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
43 * SPDX-License-Identifier: Apache-2.0
54 */
Original file line number Diff line number Diff line change 11/*
2- * FLOW-VISUALIZER.JS - API Flow Visualization Engine
32 * Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
43 * SPDX-License-Identifier: Apache-2.0
54 */
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
53
64// Global variable to store current result - make it globally accessible
75window . currentAuthResult = null ;
You can’t perform that action at this time.
0 commit comments