Skip to content

Commit 3b434a7

Browse files
committed
Fix typo
1 parent acfd725 commit 3b434a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/jitsi/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ function joinConference() { // event handler bound in HTML
221221
},
222222
jwt: undefined,
223223
};
224-
if (jitsiAuth === 'penidtoken-jwt') {
224+
if (jitsiAuth === 'openidtoken-jwt') {
225225
options.jwt = createJWTToken();
226226
}
227227
const meetApi = new JitsiMeetExternalAPI(jitsiDomain, options);

0 commit comments

Comments
 (0)