jiti-meet/react/features/authentication
Saúl Ibarra Corretgé b9c4d28dac fix(auth) fix WaitForOwnerDialog not vanishing
Since all the auth logic is not ported to React on the web,
`_isWaitingForOwner` will always return `false` because the
`waitForOwner()` action is not (yet) used there.

THis fix always tries to hide the dialog no matter what, which is not a
Bad Thing to do anyway.

There is a related bug remaining, however: if one pressed "I am the
host" and then cancel, it doesn't goo back to the previous dialog, but
it completely kils the meeting. This is a compromise we'll have to live
with for a bit longer.

Fixes: https://github.com/jitsi/jitsi-meet/issues/11413
Fixes: https://github.com/jitsi/jitsi-meet/issues/11432
2022-04-29 14:58:22 +02:00
..
components fix(rn,dialogs,auth) fix not showing authentication dialogs 2022-03-04 13:56:56 +01:00
actionTypes.ts language(typescript) actionTypes.js -> actionTypes.ts (#10940) 2022-04-08 15:24:58 +03:00
actions.any.js fix(authentication): removed old LoginDialog.js file, fixed redirection to the external auth and created actions.any.js (#9049) 2021-04-22 17:05:14 +02:00
actions.native.js fix(authentication): removed old LoginDialog.js file, fixed redirection to the external auth and created actions.any.js (#9049) 2021-04-22 17:05:14 +02:00
actions.web.js fix(authentication): removed old LoginDialog.js file, fixed redirection to the external auth and created actions.any.js (#9049) 2021-04-22 17:05:14 +02:00
functions.js feat(authentication) refactor auth dialogs to use React 2021-03-24 15:09:40 +01:00
logger.js logging: use individual, names loggers 2019-08-23 10:57:38 +02:00
middleware.native.js fix(rn,dialogs,auth) fix not showing authentication dialogs 2022-03-04 13:56:56 +01:00
middleware.web.js fix(auth) fix WaitForOwnerDialog not vanishing 2022-04-29 14:58:22 +02:00
reducer.js feat(authentication) refactor auth dialogs to use React 2021-03-24 15:09:40 +01:00