mirror of
https://github.com/bitwarden/browser
synced 2026-02-18 18:33:50 +00:00
* [PM-29209] Introduce new autofill nudge service specific to the Browser client * [PM-29209] Cleanup redundant browser setting checks * [PM-29209] Ensure nudge is dismissed on nudge button click * [PM-29209] Add spec file for browser autofill nudge service * [PM-29209] Cleanup settings-v2 spec file
8 lines
318 B
TypeScript
8 lines
318 B
TypeScript
export * from "./account-security-nudge.service";
|
|
export * from "./has-items-nudge.service";
|
|
export * from "./empty-vault-nudge.service";
|
|
export * from "./vault-settings-import-nudge.service";
|
|
export * from "./new-item-nudge.service";
|
|
export * from "./new-account-nudge.service";
|
|
export * from "./noop-nudge.service";
|