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:
@@ -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,
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user