Explorar el Código

fix(vpaas) fix vpaas redirect

master
Tudor-Ovidiu Avram hace 5 años
padre
commit
993ded9936
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2
    0
      react/features/app/actions.js

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

@@ -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'];

Loading…
Cancelar
Guardar