mirror of https://github.com/vector-im/riot-web
Fix typo
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