We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5b45a3 commit a3d6580Copy full SHA for a3d6580
popup.js
@@ -10,7 +10,7 @@ function checkLogin() {
10
11
// set chrome storage of auto_summaries: true if the user plan is premium-plus
12
if (data.plan === 'premium-plus') {
13
- chrome.storage.local.set({ auto_summaries: true });
+ chrome.storage.local.set({ autoSummaries: true });
14
}
15
16
chrome.storage.local.set({ first_name: data.first_name, userPlan: data.plan, summariesCount: data.summariesCount });
0 commit comments