feat(client): add secure donation border to donation form (#45637)

* feat: add secure donation border to donation form

* feat: add string to translations

* Apply suggestions from code review

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>

* feat: cleanup and reorder logic

Co-authored-by: Oliver Eyton-Williams <ojeytonwilliams@gmail.com>
This commit is contained in:
Ahmad Abdolsaheb
2022-04-07 15:24:42 +03:00
committed by GitHub
parent 4005d65123
commit 4034c59ba2
5 changed files with 30 additions and 14 deletions

View File

@ -94,7 +94,7 @@ const patreonDefaultPledgeAmount = 500;
const aBTestConfig = {
isTesting: true,
type: 'addSecurityLock'
type: 'secureDonationBorder'
};
module.exports = {