mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Fix typo
This commit is contained in:
parent
acfd7252bd
commit
3b434a70d2
@ -221,7 +221,7 @@ function joinConference() { // event handler bound in HTML
|
||||
},
|
||||
jwt: undefined,
|
||||
};
|
||||
if (jitsiAuth === 'penidtoken-jwt') {
|
||||
if (jitsiAuth === 'openidtoken-jwt') {
|
||||
options.jwt = createJWTToken();
|
||||
}
|
||||
const meetApi = new JitsiMeetExternalAPI(jitsiDomain, options);
|
||||
|
Loading…
Reference in New Issue
Block a user