File tree Expand file tree Collapse file tree 3 files changed +6
-12
lines changed
python/example_code/cognito/scenarios/identity_pools_example_demo/web/frontend/js Expand file tree Collapse file tree 3 files changed +6
-12
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
64document . addEventListener ( 'DOMContentLoaded' , async function ( ) {
75 try {
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// Configuration - Load from environment or backend
75let CONFIG = {
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
64class APIFlowManager {
75 constructor ( ) {
You can’t perform that action at this time.
0 commit comments