Skip to content

Commit d7740cc

Browse files
committed
adds isDefault flag for default verifiers
1 parent 781660b commit d7740cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/modal/src/modalManager.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,7 @@ export class Web3Auth extends Web3AuthNoModal implements IWeb3AuthModal {
255255
authConnectionId: authConnectionId,
256256
groupedAuthConnectionId: groupedAuthConnectionId,
257257
extraLoginOptions: authConnectionConfig.jwtParameters,
258+
isDefault: true,
258259
showOnModal: true,
259260
showOnDesktop: true,
260261
showOnMobile: true,

0 commit comments

Comments
 (0)