1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 05:30:01 +00:00

[PM-27086] Update deprecation comments

This commit is contained in:
rr-bw
2026-01-15 13:43:19 -08:00
parent e0967b9b91
commit c27d9897b8
6 changed files with 14 additions and 4 deletions

View File

@@ -50,7 +50,8 @@ export class DefaultSetInitialPasswordService implements SetInitialPasswordServi
) {}
/**
* @deprecated To be removed in PM-28143
* @deprecated To be removed in PM-28143. When you remove this, also check for any objects/methods
* in this default service that are now un-used and can also be removed.
*/
async setInitialPassword(
credentials: SetInitialPasswordCredentials,

View File

@@ -102,7 +102,8 @@ describe("DefaultSetInitialPasswordService", () => {
});
/**
* @deprecated To be removed in PM-28143
* @deprecated To be removed in PM-28143. When you remove this, check also if there are any imports/properties
* in the test setup above that are now un-used and can also be removed.
*/
describe("setInitialPassword(...)", () => {
// Mock function parameters