Skip to content

Commit c53f9dd

Browse files
committed
Merge remote-tracking branch 'origin/master' into migrate-root-pwd
2 parents c376ab6 + 3652dbd commit c53f9dd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

archinstall/lib/models/authentication.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ def json(self) -> U2FLoginConfigSerialization:
4141
}
4242

4343
@staticmethod
44-
def parse_arg(args: dict[str, Any]) -> 'U2FLoginConfiguration | None':
44+
def parse_arg(args: U2FLoginConfigSerialization) -> 'U2FLoginConfiguration | None':
4545
u2f_login_method = args.get('u2f_login_method')
4646

4747
if u2f_login_method is None:

0 commit comments

Comments
 (0)