Compare commits

..

No commits in common. "4cd47addfe050d9aebdc21e04d120c6ea4ad46f8" and "75ff6089adec67d3e744753ba620cf09f18616d8" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -1194,7 +1194,7 @@ const Meeting: React.FC = () => {
}
await agora.leaveChannel()
setTimeout(() => {
if (userInfo.isAnonymous) {
if (user.isAnonymous) {
storage.setItem('userLogin', false)
} else {
navigate('/home/index')