You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jc3.js 262B

1234567
  1. // import * as auth from '../react/features/authentication';
  2. // import AuthHandler from './modules/UI/authentication/AuthHandler';
  3. import AuthHandler from '../modules/UI/authentication/AuthHandler';
  4. clog("JC3")
  5. Object.assign(window.glob_react, {
  6. AuthHandler,
  7. })