Skip to content

Commit

Permalink
Update cognito-lib.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JonHolman committed Jan 24, 2025
1 parent f8c47b2 commit 7ba9141
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/ui-auth/libs/cognito-lib.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
const {
import {
CognitoIdentityProviderClient,
AdminCreateUserCommand,
AdminSetUserPasswordCommand,
AdminUpdateUserAttributesCommand,
} = require("@aws-sdk/client-cognito-identity-provider");
} from "@aws-sdk/client-cognito-identity-provider";

const COGNITO_CLIENT = new CognitoIdentityProviderClient({
apiVersion: "2016-04-19",
Expand Down

0 comments on commit 7ba9141

Please sign in to comment.