From 2bb98bc06e3da4f7d20cc6026a12643e40ec10b7 Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Mon, 30 Jun 2025 21:55:04 +0000 Subject: [PATCH] Remove an unused member variable from AuthenticationHandler (#3644) --- archinstall/lib/authentication/authentication_handler.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/archinstall/lib/authentication/authentication_handler.py b/archinstall/lib/authentication/authentication_handler.py index ab0b0ebf..5c8ed4de 100644 --- a/archinstall/lib/authentication/authentication_handler.py +++ b/archinstall/lib/authentication/authentication_handler.py @@ -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',