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

Add email to validateUserRegistrationRequest list of params #135

Open
emclaug2 opened this issue May 7, 2022 · 1 comment
Open

Add email to validateUserRegistrationRequest list of params #135

emclaug2 opened this issue May 7, 2022 · 1 comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering enhancement Request for improvement or new feature

Comments

@emclaug2
Copy link
Contributor

emclaug2 commented May 7, 2022

Describe the desired behavior

From the create-account workflow...
When validating an email is legitimate, we send the user-provided email a validation code.

To validate from the server side, we need the code and email. Right now the method doesn't provide the user-provided email, just the code.

Describe the current behavior

validateUserRegistrationRequest only accepts a code & no email.

Is this request related to a current issue?

No

Additional Context

@emclaug2 emclaug2 added enhancement Request for improvement or new feature needs-review Issues that we would like to revisit/review labels May 7, 2022
@emclaug2
Copy link
Contributor Author

Check the React side method signature.

@bkarambe bkarambe removed the needs-review Issues that we would like to revisit/review label May 25, 2022
@joebochill joebochill added the brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering label Jan 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
brightlayer-ui Used to identify Brightlayer UI platform issues for easy filtering enhancement Request for improvement or new feature
Development

No branches or pull requests

3 participants