fix: Fixed an issue where signing into a self-hosted account would not correctly load subscription status

This commit is contained in:
moughxyz
2024-02-08 08:51:18 -06:00
parent 32c5005b0c
commit 77f692fe66

View File

@@ -311,6 +311,10 @@ export class FeaturesService
if (updatedRepos.length > 0) {
await this.downloadOfflineRoles(updatedRepos[0])
}
for (const repo of featureRepos) {
await this.downloadOfflineRoles(repo)
}
}
hasPaidAnyPartyOnlineOrOfflineSubscription(): boolean {