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',