IO-1708 Revert time zone app side changes.

This commit is contained in:
Patrick Fic
2022-02-10 17:51:55 -08:00
parent a616921e2b
commit 85ccb36b2e
2 changed files with 3 additions and 7 deletions

View File

@@ -42,8 +42,6 @@ import axios from "axios";
import { messaging } from "../../firebase/firebase.utils";
import { getToken } from "firebase/messaging";
import moment from "moment-timezone";
export function* onEmailSignInStart() {
yield takeLatest(UserActionTypes.EMAIL_SIGN_IN_START, signInWithEmail);
}