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

Commit

Permalink
chore: update setLemonOptions
Browse files Browse the repository at this point in the history
  • Loading branch information
louis-lemon committed Nov 20, 2023
1 parent 6d39b15 commit 6312c3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/auth.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ export class AuthService {
*/
setLemonOptions(options: LemonOptions) {
this.identityService.setOptions(options);
this.identityService.updateStoragePrefix(options.project);
}

/**
Expand Down

0 comments on commit 6312c3b

Please sign in to comment.