From e7e010f2eb113b828ae4bd3830a91cd0ac5b4e0b Mon Sep 17 00:00:00 2001 From: correctmost <134317971+correctmost@users.noreply.github.com> Date: Mon, 30 Jun 2025 14:04:06 -0400 Subject: [PATCH] Remove an unused member variable from AuthenticationHandler --- 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 ab0b0ebfaf..5c8ed4dea2 100644 --- a/archinstall/lib/authentication/authentication_handler.py +++ b/archinstall/lib/authentication/authentication_handler.py @@ -14,9 +14,6 @@ class AuthenticationHandler: - def __init__(self) -> None: - self._u2f_auth_file = Path('etc/u2f_mappings') - def setup_auth( self, install_session: 'Installer',