Remove todo

This commit is contained in:
Jason Robinson 2020-09-07 20:26:05 +03:00
parent 4164df647c
commit acfd7252bd

View File

@ -189,7 +189,6 @@ function createJWTToken() {
// Sign JWT // Sign JWT
// The secret string here is irrelevant, we're only using the JWT // The secret string here is irrelevant, we're only using the JWT
// to transport data to Prosody in the Jitsi stack. // to transport data to Prosody in the Jitsi stack.
// See TODO add link
return KJUR.jws.JWS.sign( return KJUR.jws.JWS.sign(
'HS256', 'HS256',
JSON.stringify(header), JSON.stringify(header),