Skip to content
This repository has been archived by the owner. It is now read-only.

refactor(signin): Use new verify account sync template and add location data to others #1600

Merged
merged 3 commits into from Dec 26, 2016

Conversation

@vbudhram
Copy link
Contributor

@vbudhram vbudhram commented Dec 22, 2016

This PR uses the new verify account sync template and adds location data to password change completed and password change requested. It requires

Connects with https://github.com/mozilla/fxa-auth-mailer/issues/189

@vbudhram
Copy link
Contributor Author

@vbudhram vbudhram commented Dec 22, 2016

@vbudhram vbudhram added this to the FxA-0: quality milestone Dec 23, 2016
() => {
var email = server.uniqueEmail()
var password = 'allyourbasearebelongtous'
var client = null
return Client.create(config.publicUrl, email, password)
return Client.create(config.publicUrl, email, password, {service: 'sync'})

This comment has been minimized.

@vladikoff

vladikoff Dec 23, 2016
Contributor

@vbudhram do we need a test for a non service: 'sync' email?

This comment has been minimized.

@vbudhram

vbudhram Dec 26, 2016
Author Contributor

Looks like we had tests but didn't verify correct template, added checks!

Copy link
Contributor

@vladikoff vladikoff left a comment

LGTM with one nit

@vbudhram vbudhram merged commit 6fc0c50 into master Dec 26, 2016
2 checks passed
2 checks passed
continuous-integration/travis-ci/pr The Travis CI build passed
Details
continuous-integration/travis-ci/push The Travis CI build passed
Details
@vbudhram vbudhram deleted the add-location-emails branch Dec 26, 2016
@vbudhram
Copy link
Contributor Author

@vbudhram vbudhram commented Dec 26, 2016

@vladikoff Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants