Skip to content

Commit

Permalink
fix: leaving chat room and rejoining as readonly user was buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
anitarua committed Aug 9, 2023
1 parent 6a5ddf3 commit b18ef83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/web/vite-chat-app/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default function Home() {
setCognitoUserSelected(false);
setTopic("");
setUsername("");
setCognitoUser("");
setCognitoUser("ReadOnly");
};

if (!import.meta.env.VITE_MOMENTO_CACHE_NAME) {
Expand Down

0 comments on commit b18ef83

Please sign in to comment.