fix: Fixed an issue where signing into a self-hosted account would not correctly load subscription status
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user