Replace console.log with logger.log
Related https://github.com/vector-im/element-web/issues/18425
This commit is contained in:
parent
db01bfc0fd
commit
dc9f77a509
6 changed files with 31 additions and 31 deletions
|
@ -117,7 +117,7 @@ let meetApi: any; // JitsiMeetExternalAPI
|
|||
if (jitsiAuth === JITSI_OPENIDTOKEN_JWT_AUTH) {
|
||||
// Request credentials, give callback to continue when received
|
||||
openIdToken = await widgetApi.requestOpenIDConnectToken();
|
||||
console.log("Got OpenID Connect token");
|
||||
logger.log("Got OpenID Connect token");
|
||||
}
|
||||
|
||||
// TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/element-web/issues/12795)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue