fix(vpaas) fix vpaas redirect
This commit is contained in:
parent
a8b9ae2b12
commit
993ded9936
|
@ -294,6 +294,8 @@ export function maybeRedirectToWelcomePage(options: Object = {}) {
|
|||
if (enableClosePage) {
|
||||
if (isVpaasMeeting(getState())) {
|
||||
redirectToStaticPage('/');
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
const { isGuest, jwt } = getState()['features/base/jwt'];
|
||||
|
|
Loading…
Reference in New Issue