Remove an unused member variable from AuthenticationHandler (#3644)
This commit is contained in:
parent
2072c29745
commit
2bb98bc06e
|
|
@ -14,9 +14,6 @@ if TYPE_CHECKING:
|
||||||
|
|
||||||
|
|
||||||
class AuthenticationHandler:
|
class AuthenticationHandler:
|
||||||
def __init__(self) -> None:
|
|
||||||
self._u2f_auth_file = Path('etc/u2f_mappings')
|
|
||||||
|
|
||||||
def setup_auth(
|
def setup_auth(
|
||||||
self,
|
self,
|
||||||
install_session: 'Installer',
|
install_session: 'Installer',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue