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
5
3
6
4
document . addEventListener ( 'DOMContentLoaded' , async function ( ) {
7
5
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
5
3
6
4
// Configuration - Load from environment or backend
7
5
let 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
5
3
6
4
class APIFlowManager {
7
5
constructor ( ) {
You can’t perform that action at this time.
0 commit comments