Merge pull request #19179 from antobinary/catchup-nov
fix: fix logoutUrl (backup)
This commit is contained in:
commit
e53e87de1a
@ -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') {
|
||||
|
Loading…
Reference in New Issue
Block a user