mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-15 13:04:38 +02:00
remote_control_password: Fix using a password without any actions not working
Fixes #8082
This commit is contained in:
@@ -127,7 +127,7 @@ def remote_control_allowed(
|
||||
|
||||
class PasswordAuthorizer:
|
||||
|
||||
def __init__(self, auth_items: frozenset[str]) -> None:
|
||||
def __init__(self, auth_items: Iterable[str]) -> None:
|
||||
self.command_patterns = []
|
||||
self.function_checkers = []
|
||||
self.name = ''
|
||||
|
||||
Reference in New Issue
Block a user