mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-15 20:54:59 +08:00
Remove console.log
This commit is contained in:
parent
3b434a70d2
commit
21c862fe2b
@ -132,7 +132,7 @@ function onWidgetMessage(msg) {
|
|||||||
widgetApi.callAction(
|
widgetApi.callAction(
|
||||||
KnownWidgetActions.GetOpenIDCredentials,
|
KnownWidgetActions.GetOpenIDCredentials,
|
||||||
{},
|
{},
|
||||||
(response) => {console.log(response);},
|
() => {},
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
enableJoinButton();
|
enableJoinButton();
|
||||||
|
Loading…
Reference in New Issue
Block a user