Remove an unused member variable from AuthenticationHandler (#3644)

This commit is contained in:
correctmost 2025-06-30 21:55:04 +00:00 committed by GitHub
parent 2072c29745
commit 2bb98bc06e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions

View File

@ -14,9 +14,6 @@ if TYPE_CHECKING:
class AuthenticationHandler:
def __init__(self) -> None:
self._u2f_auth_file = Path('etc/u2f_mappings')
def setup_auth(
self,
install_session: 'Installer',