Ver código fonte

fix(vpaas) fix vpaas redirect

master
Tudor-Ovidiu Avram 5 anos atrás
pai
commit
993ded9936
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2
    0
      react/features/app/actions.js

+ 2
- 0
react/features/app/actions.js Ver arquivo

@@ -294,6 +294,8 @@ export function maybeRedirectToWelcomePage(options: Object = {}) {
294 294
         if (enableClosePage) {
295 295
             if (isVpaasMeeting(getState())) {
296 296
                 redirectToStaticPage('/');
297
+
298
+                return;
297 299
             }
298 300
 
299 301
             const { isGuest, jwt } = getState()['features/base/jwt'];

Carregando…
Cancelar
Salvar