Skip to content

Commit e7f703a

Browse files
authored
Merge pull request #404 from blocknative/fix/add-torus-init-validation
Fix: Add missing Torus init options to validation Closes #402
2 parents e799e7b + 11002e3 commit e7f703a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/validation.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -628,7 +628,11 @@ export function validateWalletInit(
628628
'buttonPosition',
629629
'enableLogging',
630630
'loginMethod',
631+
'loginConfig',
631632
'showTorusButton',
633+
'modalZindex',
634+
'integrity',
635+
'whiteLabel',
632636
'appName',
633637
'appLogoUrl',
634638
'enabledVerifiers',

0 commit comments

Comments
 (0)