Skip to content

Commit 2bb98bc

Browse files
authored
Remove an unused member variable from AuthenticationHandler (#3644)
1 parent 2072c29 commit 2bb98bc

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

archinstall/lib/authentication/authentication_handler.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@
1414

1515

1616
class AuthenticationHandler:
17-
def __init__(self) -> None:
18-
self._u2f_auth_file = Path('etc/u2f_mappings')
19-
2017
def setup_auth(
2118
self,
2219
install_session: 'Installer',

0 commit comments

Comments
 (0)