Remove todo
This commit is contained in:
parent
4164df647c
commit
acfd7252bd
1 changed files with 0 additions and 1 deletions
|
@ -189,7 +189,6 @@ function createJWTToken() {
|
|||
// Sign JWT
|
||||
// The secret string here is irrelevant, we're only using the JWT
|
||||
// to transport data to Prosody in the Jitsi stack.
|
||||
// See TODO add link
|
||||
return KJUR.jws.JWS.sign(
|
||||
'HS256',
|
||||
JSON.stringify(header),
|
||||
|
|
Loading…
Add table
Reference in a new issue