require login before trialing a skin

This commit is contained in:
evanpelle
2026-02-13 19:46:46 -08:00
parent 712ce96794
commit a2a8035b1d
3 changed files with 10 additions and 0 deletions
+1
View File
@@ -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