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

Adding terms for passwordless #1424

Merged
merged 8 commits into from
Jan 14, 2019
Merged

Adding terms for passwordless #1424

merged 8 commits into from
Jan 14, 2019

Conversation

luisrudge
Copy link
Contributor

fix #1421

@sholladay
Copy link

Any thoughts on when this might land? I'm considering switching to passwordless, but would need to require new users accept our Terms of Service during signup.

@luisrudge
Copy link
Contributor Author

@sholladay Hi! I still need to add the tests for this. Hopefully I can get some time on this issue this week or the next.

@GituBojan
Copy link

@luisrudge Have you been able to look into that? Thank you!

@luisrudge luisrudge changed the title [WIP] Adding terms for passwordless Adding terms for passwordless Jan 11, 2019
@@ -12,7 +12,8 @@ import {
send,
setPasswordlessStarted,
setResendFailed,
setResendSuccess
setResendSuccess,
toggleTermsAcceptance as switchTermsAcceptance
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would switchTermsAcceptance be better named as toggleTermsAcceptanceParent or similar? It looks like you're overriding that method here but the name suggests it does something different ... and even then, if it did, the name is pretty similar.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

renamed to internalToggleTermsAcceptance

@luisrudge luisrudge merged commit 9f93653 into master Jan 14, 2019
@luisrudge luisrudge deleted the feature-pwdless-terms branch January 14, 2019 23:21
@luisrudge luisrudge added this to the v11.13.0 milestone Jan 15, 2019
@luisrudge
Copy link
Contributor Author

released in v11.13.0

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

Successfully merging this pull request may close these issues.

Terms and Privacy checkbox not available with Passwordless mode of Lock
4 participants