mirror of https://github.com/vector-im/riot-web
Supply server_name for optional federation-capable Jitsi auth
See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification/pull/3pull/16215/head
parent
0aa6fbe3e2
commit
5cb323feed
|
@ -164,6 +164,7 @@ function createJWTToken() {
|
|||
matrix: {
|
||||
token: openIdToken.access_token,
|
||||
room_id: roomId,
|
||||
server_name: openIdToken.matrix_server_name,
|
||||
},
|
||||
user: {
|
||||
avatar: avatarUrl,
|
||||
|
|
Loading…
Reference in New Issue