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.
1 parent 191d65f commit 40cc035Copy full SHA for 40cc035
example/example.py
@@ -68,7 +68,7 @@ async def main():
68
ItemField(
69
id="onetimepassword",
70
title="one-time-password",
71
- field_type="Totp",
+ field_type=ItemFieldType.TOTP,
72
section_id="totpsection",
73
value="otpauth://totp/my-example-otp?secret=jncrjgbdjnrncbjsr&issuer=1Password",
74
),
@@ -82,7 +82,7 @@ async def main():
82
Website(
83
label="my custom website",
84
url="https://example.com",
85
- autofill_behavior="AnywhereOnWebsite",
+ autofill_behavior=AutofillBehavior.NEVER,
86
)
87
],
88
0 commit comments