don't fire emailProvided event for sign ins
This commit is contained in:
parent
adfc46e81a
commit
a863cbaec5
1 changed files with 0 additions and 2 deletions
|
@ -3,7 +3,6 @@ import React, { useState } from 'react';
|
||||||
import { FormField, Form } from 'component/common/form';
|
import { FormField, Form } from 'component/common/form';
|
||||||
import Button from 'component/button';
|
import Button from 'component/button';
|
||||||
import Card from 'component/common/card';
|
import Card from 'component/common/card';
|
||||||
import analytics from 'analytics';
|
|
||||||
import Nag from 'component/common/nag';
|
import Nag from 'component/common/nag';
|
||||||
import UserPasswordReset from 'component/userPasswordReset';
|
import UserPasswordReset from 'component/userPasswordReset';
|
||||||
|
|
||||||
|
@ -23,7 +22,6 @@ export default function UserSignInPassword(props: Props) {
|
||||||
function handleSubmit() {
|
function handleSubmit() {
|
||||||
if (emailToVerify) {
|
if (emailToVerify) {
|
||||||
doUserSignIn(emailToVerify, password);
|
doUserSignIn(emailToVerify, password);
|
||||||
analytics.emailProvidedEvent();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue