mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-15 16:25:44 +00:00
require login before trialing a skin
This commit is contained in:
@@ -161,6 +161,7 @@ export class TerritoryPatternsModal extends BaseModal {
|
||||
.requiresPurchase=${rel === "purchasable" ||
|
||||
rel === "purchasable_no_trial"}
|
||||
.allowTrial=${rel === "purchasable"}
|
||||
.hasLinkedAccount=${hasLinkedAccount(this.userMeResponse)}
|
||||
.trialCooldown=${this.userMeResponse !== false &&
|
||||
this.userMeResponse.player.tempFlaresCooldown}
|
||||
.trialTimeRemaining=${isTrial
|
||||
|
||||
Reference in New Issue
Block a user