diff --git a/libs/vault/src/cipher-form/cipher-form.stories.ts b/libs/vault/src/cipher-form/cipher-form.stories.ts index e90c46fa0a..40b1cdf610 100644 --- a/libs/vault/src/cipher-form/cipher-form.stories.ts +++ b/libs/vault/src/cipher-form/cipher-form.stories.ts @@ -86,7 +86,7 @@ const defaultConfig: CipherFormConfig = { password: "testpassword", fido2Credentials: [ { - creationDate: new Date(), + creationDate: new Date(2024, 6, 18), }, ], totp: "123456",