зеркало из https://github.com/mozilla/fxa.git
fix(metrics): Update viewName for sign-in metrics
This commit is contained in:
Родитель
f16bad2cc4
Коммит
ee6c355952
|
@ -71,7 +71,7 @@ export default {
|
||||||
|
|
||||||
this.logFlowEvent('google.oauth-start');
|
this.logFlowEvent('google.oauth-start');
|
||||||
|
|
||||||
if (this.viewName === 'email-first') {
|
if (this.viewName === 'enter-email') {
|
||||||
GleanMetrics.emailFirst.googleOauthStart();
|
GleanMetrics.emailFirst.googleOauthStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -133,7 +133,7 @@ export default {
|
||||||
|
|
||||||
this.logFlowEvent('apple.oauth-start');
|
this.logFlowEvent('apple.oauth-start');
|
||||||
|
|
||||||
if (this.viewName === 'email-first') {
|
if (this.viewName === 'enter-email') {
|
||||||
GleanMetrics.emailFirst.appleOauthStart();
|
GleanMetrics.emailFirst.appleOauthStart();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче