Skip to content

Commit

Permalink
chore: lint code changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jjarvisp committed Dec 6, 2024
1 parent 3c1cc8f commit 0779824
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/auth/src/providers/cognito/apis/confirmSignIn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export async function confirmSignIn(
signInDetails,
});
cleanActiveSignInState();

await dispatchSignedInHubEvent();

return {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export async function signInWithCustomAuth(
signInDetails,
});
cleanActiveSignInState();

await dispatchSignedInHubEvent();

return {
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/src/providers/cognito/apis/signInWithSRP.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export async function signInWithSRP(
signInDetails,
});
cleanActiveSignInState();

await dispatchSignedInHubEvent();

resetAutoSignIn();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ export async function signInWithUserAuth(
signInDetails,
});
cleanActiveSignInState();

await dispatchSignedInHubEvent();

resetAutoSignIn();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ export async function signInWithUserPassword(
signInDetails,
});
cleanActiveSignInState();

await dispatchSignedInHubEvent();

resetAutoSignIn();
Expand Down

0 comments on commit 0779824

Please sign in to comment.