Skip to content

Commit

Permalink
10007: PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelschneiderman committed Mar 12, 2024
1 parent b059914 commit 898675a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-api/src/persistence/cognito/getCognito.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export function getCognito() {

export function getLocalCognito() {
// KNOWN BUGS:
// - users is a FORCE_CHANGE_PASSWORD state will get a new password challenge when authenticating even if the wrong password is entered
// - users in a FORCE_CHANGE_PASSWORD state will get a new password challenge when authenticating even if the wrong password is entered
// - respondToAuthChallenge does not associate tokens returned in authenticationResult on the user; cannot refresh app _immediately_ after changing password

if (!cognitoClientCache) {
Expand Down

0 comments on commit 898675a

Please sign in to comment.