mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
account_credit:1
This commit is contained in:
parent
8e9ab12219
commit
7bcd0ac3e5
@ -69,7 +69,7 @@ export class AddCreditComponent implements OnInit {
|
|||||||
this.subject = await this.userService.getEmail();
|
this.subject = await this.userService.getEmail();
|
||||||
this.ppButtonCustomField = 'user_id:' + userId;
|
this.ppButtonCustomField = 'user_id:' + userId;
|
||||||
}
|
}
|
||||||
this.ppButtonCustomField += ',account_credit:true';
|
this.ppButtonCustomField += ',account_credit:1';
|
||||||
this.ppReturnUrl = window.location.href;
|
this.ppReturnUrl = window.location.href;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user