Merge pull request #19179 from antobinary/catchup-nov

fix: fix logoutUrl (backup)
This commit is contained in:
Anton Georgiev 2023-11-20 15:11:45 -05:00 committed by GitHub
commit e53e87de1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ class JoinHandler extends Component {
const parseToJson = await fetchContent.json();
const { response } = parseToJson;
setLogoutURL(response);
setLogoutURL(response.logoutUrl);
logUserInfo();
if (response.returncode !== 'FAILED') {