1
0
mirror of https://github.com/bitwarden/browser synced 2025-01-16 12:23:47 +01:00
bitwarden-estensione-browser/libs/angular
Nick Krantz e129e90faa
[PM-14347][PM-14348] New Device Verification Logic (#12451)
* add account created date to the account information

* set permanent dismissal flag when the user selects that they can access their email

* update the logic of device verification notice

* add service to cache the profile creation date to avoid calling the API multiple times

* update step one logic for new device verification + add tests

* update step two logic for new device verification + add tests
- remove remind me later link for permanent logic

* migrate 2FA check to use the profile property rather than hitting the API directly.

The API for 2FA providers is only available on web so it didn't work for browser & native.

* remove unneeded account related changes

- profile creation is used from other sources

* remove obsolete test

* store the profile id within the vault service

* remove unused map

* store the associated profile id so account for profile switching in the extension

* add comment for temporary service and ticket number to remove

* formatting

* move up logic for feature flags
2024-12-19 09:55:39 -06:00
..
src [PM-14347][PM-14348] New Device Verification Logic (#12451) 2024-12-19 09:55:39 -06:00
jest.config.js [PM-5362] Add MP Service (attempt #2) (#8619) 2024-04-09 20:50:20 -04:00
package.json
test.setup.ts
tsconfig.json
tsconfig.spec.json