1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-01 01:03:39 +00:00

Fix dismiss time

This commit is contained in:
Bernd Schoolmann
2025-10-22 13:54:18 +02:00
parent 96df6f1a9e
commit 6327bf8a25

View File

@@ -26,7 +26,7 @@ export const ENCRYPTED_MIGRATION_DISMISSED = new UserKeyDefinition<Date>(
clearOn: [],
},
);
const DISMISS_TIME_HOURS = 0;
const DISMISS_TIME_HOURS = 24;
type UserSyncData = {
userId: UserId;