Use static date for storybook data (#10172)

This commit is contained in:
Shane Melton 2024-07-18 13:47:49 -07:00 committed by GitHub
parent bf66cd1550
commit 517967d4fe
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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",