fix: cal correct action
This commit is contained in:
parent
94730ba464
commit
2c0bcce8c7
2 changed files with 18 additions and 6 deletions
|
|
@ -238,7 +238,7 @@ async function relayDetails(path) {
|
|||
}
|
||||
this.relay.config.forcedAuthEvents.push(value)
|
||||
},
|
||||
removeSkipAuthForEvent: function (eventKind) {
|
||||
removeForceAuthForEvent: function (eventKind) {
|
||||
value = +eventKind
|
||||
this.relay.config.forcedAuthEvents =
|
||||
this.relay.config.forcedAuthEvents.filter(e => e !== value)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue