Skip to content

Commit

Permalink
Clear in memory hosted ui userId after signout (#3168)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerjroach authored Jan 23, 2023
1 parent 7b8480c commit 2152c91
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ public void signOut(final boolean clearLocalTokensOnly, final String browserPack

// Delete local cache
LocalDataManager.clearCache(pool.awsKeyValueStore, context, pool.getAppId(), userId);
userId = null;
}

/**
Expand Down

0 comments on commit 2152c91

Please sign in to comment.