Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
feat: add updateStoragePrefix
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-lemon committed Nov 20, 2023
1 parent 9da2116 commit d265fae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/core/identity.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ export class IdentityService {
this.setExtraData(options);
}

updateStoragePrefix(projectName: string) {
this.lemonStorage.updatePrefix(projectName);
}

getSavedCredentials(): Promise<{ [key: string]: string }> {
return this.lemonStorage.getAllItems();
}
Expand Down

0 comments on commit d265fae

Please sign in to comment.