From 6312c3b876a5a729733f5fa9285e3decebbc3ce9 Mon Sep 17 00:00:00 2001 From: louis Date: Mon, 20 Nov 2023 15:42:05 +0900 Subject: [PATCH] chore: update setLemonOptions --- src/core/auth.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/auth.service.ts b/src/core/auth.service.ts index 2aeab9c..982ca63 100644 --- a/src/core/auth.service.ts +++ b/src/core/auth.service.ts @@ -26,6 +26,7 @@ export class AuthService { */ setLemonOptions(options: LemonOptions) { this.identityService.setOptions(options); + this.identityService.updateStoragePrefix(options.project); } /**