fix: add ability to subscribe without account (#722)

This commit is contained in:
Mo
2021-11-05 10:09:46 -05:00
committed by GitHub
parent 42b3cf5750
commit e1e38c65db
7 changed files with 26 additions and 3 deletions

View File

@@ -7,6 +7,8 @@ declare global {
// eslint-disable-next-line camelcase
_purchase_url?: string;
// eslint-disable-next-line camelcase
_plans_url?: string;
// eslint-disable-next-line camelcase
_dashboard_url?: string;
}
}