Skip to content

Commit 85a9d83

Browse files
committed
🐛 Don't call super.connectedCallback()
1 parent 8191605 commit 85a9d83

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

oauth-receiver.html

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@
1616
}
1717

1818
connectedCallback() {
19-
super.connectedCallback();
20-
2119
if (!this.hasAttribute('manual')) {
2220
this.receive();
2321
}

0 commit comments

Comments
 (0)