+
Public Key:
+
-
-
-
-
-
-
-
Blocked Public Key
-
-
-
-
- AddBlock
-
+
diff --git a/static/components/relay-details/relay-details.js b/static/components/relay-details/relay-details.js
index 01011db..99f75c4 100644
--- a/static/components/relay-details/relay-details.js
+++ b/static/components/relay-details/relay-details.js
@@ -126,11 +126,11 @@ async function relayDetails(path) {
this.relay.config.allowedPublicKeys =
this.relay.config.allowedPublicKeys.filter(p => p !== pubKey)
},
-
deleteBlockedPublicKey: function (pubKey) {
this.relay.config.blockedPublicKeys =
this.relay.config.blockedPublicKeys.filter(p => p !== pubKey)
},
+
addSkipAuthForEvent: function () {
value = +this.skipEventKind
if (this.relay.config.skipedAuthEvents.indexOf(value) != -1) {