mirror of
https://github.com/bitwarden/browser
synced 2026-02-01 01:03:39 +00:00
Fix dismiss time
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user