mirror of
https://github.com/bitwarden/browser
synced 2025-12-14 15:23:33 +00:00
Use static date for storybook data (#10172)
This commit is contained in:
@@ -86,7 +86,7 @@ const defaultConfig: CipherFormConfig = {
|
|||||||
password: "testpassword",
|
password: "testpassword",
|
||||||
fido2Credentials: [
|
fido2Credentials: [
|
||||||
{
|
{
|
||||||
creationDate: new Date(),
|
creationDate: new Date(2024, 6, 18),
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
totp: "123456",
|
totp: "123456",
|
||||||
|
|||||||
Reference in New Issue
Block a user