Skip to content

Commit bc39601

Browse files
committed
auth-react tests fixes
1 parent 7659493 commit bc39601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/auth-react-server/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ func callSTInit(passwordlessConfig *plessmodels.TypeInput) {
9999
SendSms: &sendPasswordlessLoginSms,
100100
},
101101
},
102-
ContactMethodPhone: plessmodels.ContactMethodPhoneConfig{
102+
ContactMethodEmailOrPhone: plessmodels.ContactMethodEmailOrPhoneConfig{
103103
Enabled: true,
104104
},
105105
FlowType: "USER_INPUT_CODE_AND_MAGIC_LINK",

0 commit comments

Comments
 (0)