[accelator] fix referrer check

This commit is contained in:
nymkappa 2024-04-05 17:36:04 +09:00
parent 10a41fb0d1
commit 705e570cf5
No known key found for this signature in database
GPG Key ID: 92358FC85D9645DE

View File

@ -79,7 +79,7 @@ export class AcceleratePreviewComponent implements OnDestroy, OnChanges {
private audioService: AudioService,
private cd: ChangeDetectorRef
) {
if (window.document.referrer === 'cash.app') {
if (window.document.referrer === 'https://cash.app/') {
this.insertSquare();
this.paymentType = 'cashapp';
} else {