Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not able to log in using phone number in gigya #76

Open
swastiiijain opened this issue Aug 27, 2023 · 0 comments
Open

Not able to log in using phone number in gigya #76

swastiiijain opened this issue Aug 27, 2023 · 0 comments

Comments

@swastiiijain
Copy link

swastiiijain commented Aug 27, 2023

I am trying to login to gigya using my phone number. I already registered in gigya using my phone number but when I tried to log in by calling the Standard-3.0-Registration, it is saying Invalid Login. However email log in is working fine.
Below is the code and screenset I am using in flutter:

void standardScreenSet30() {
widget.sdk.showScreenSet('Standard-3.0-RegistrationLogin', parameters: {
'deviceType': 'Mobile',
'lang': 'en',
}).listen((event) {
print('EVENT : ' + event.toString());
});
}

@override

Widget build(BuildContext context) {
return Scaffold(
body: Center(
child: ElevatedButton(
onPressed: standardScreenSet30,
child: const Text('show-screenset')),
),
);
}

Simulator Screenshot - iPhone 14 Pro - 2023-08-27 at 22 54 34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant