-
Notifications
You must be signed in to change notification settings - Fork 555
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
Conversation
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. |
@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. |
@luisrudge Have you been able to look into that? Thank you! |
@@ -12,7 +12,8 @@ import { | |||
send, | |||
setPasswordlessStarted, | |||
setResendFailed, | |||
setResendSuccess | |||
setResendSuccess, | |||
toggleTermsAcceptance as switchTermsAcceptance |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
renamed to internalToggleTermsAcceptance
src/__tests__/connection/passwordless/__snapshots__/passwordless.test.js.snap
Show resolved
Hide resolved
src/__tests__/connection/passwordless/__snapshots__/passwordless.test.js.snap
Show resolved
Hide resolved
src/__tests__/connection/passwordless/__snapshots__/passwordless.test.js.snap
Show resolved
Hide resolved
src/__tests__/connection/passwordless/__snapshots__/passwordless.test.js.snap
Show resolved
Hide resolved
released in v11.13.0 |
fix #1421