We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c376ab6 + 3652dbd commit c53f9ddCopy full SHA for c53f9dd
1 file changed
archinstall/lib/models/authentication.py
@@ -41,7 +41,7 @@ def json(self) -> U2FLoginConfigSerialization:
41
}
42
43
@staticmethod
44
- def parse_arg(args: dict[str, Any]) -> 'U2FLoginConfiguration | None':
+ def parse_arg(args: U2FLoginConfigSerialization) -> 'U2FLoginConfiguration | None':
45
u2f_login_method = args.get('u2f_login_method')
46
47
if u2f_login_method is None:
0 commit comments