Skip to content

Commit

Permalink
Add Cognito authentication
Browse files Browse the repository at this point in the history
  • Loading branch information
0xM4sk committed Jun 12, 2024
1 parent 201cd66 commit adfe55f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import './index.css';
import App from './App';
import reportWebVitals from './reportWebVitals';
import Amplify from 'aws-amplify';
import awsconfig from './aws-exports';
import awsconfig from '..aws-exports.js';

Amplify.configure(awsconfig);

Expand Down

0 comments on commit adfe55f

Please sign in to comment.