Skip to content

Commit

Permalink
Fix Bug 1582002 - make sync optional in the about:welcome signin flow
Browse files Browse the repository at this point in the history
Requires mozilla/fxa#2534 in production
  • Loading branch information
vladikoff committed Oct 15, 2019
1 parent 222ad42 commit fe65dca
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ export class FxASignupForm extends React.PureComponent {
rel="noopener noreferrer"
onSubmit={this.onSubmit}
>
<input name="service" type="hidden" value="sync" />
<input name="action" type="hidden" value="email" />
<input name="context" type="hidden" value="fx_desktop_v3" />
<input
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export const FXASignupSnippet = props => {
action: "email",
context: "fx_desktop_v3",
entrypoint: "snippets",
service: "sync",
utm_source: "snippet",
utm_content: firefox_version,
utm_campaign: props.content.utm_campaign,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@
"type": "string",
"enum": ["snippets"]
},
"service": {
"type": "string",
"enum": ["sync"]
},
"utm_content": {
"type": "number",
"description": "Firefox version number"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,10 +130,6 @@
"type": "string",
"enum": ["snippets"]
},
"service": {
"type": "string",
"enum": ["sync"]
},
"utm_content": {
"type": "string",
"description": "Firefox version number"
Expand Down

0 comments on commit fe65dca

Please sign in to comment.