Better trial activation flows

This commit is contained in:
Gregory Schier
2025-02-25 22:16:55 -08:00
parent 80de232bec
commit eb8153f409
6 changed files with 26 additions and 22 deletions
+1 -1
View File
@@ -65,7 +65,7 @@ export function LicenseBadge() {
if (check.data.type === 'trialing') {
await setLicenseDetails((v) => ({
...v,
dismissedTrial: true,
hasDismissedTrial: true,
}));
}
openSettings.mutate(SettingsTab.License);