File tree Expand file tree Collapse file tree 5 files changed +4
-4
lines changed
Expand file tree Collapse file tree 5 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ import * as TestStats from "./test/test-stats";
2525import * as Replay from "./test/replay" ;
2626import * as TestTimer from "./test/test-timer" ;
2727import * as Result from "./test/result" ;
28- import { onAuthStateChanged } from "./controllers/account-controller " ;
28+ import { onAuthStateChanged } from "./controllers/auth " ;
2929import { enable } from "./states/glarses-mode" ;
3030import "./test/caps-warning" ;
3131import "./modals/simple-modals" ;
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import AnimatedModal from "../utils/animated-modal";
33import { showPopup } from "./simple-modals" ;
44import * as Notifications from "../elements/notifications" ;
55import { setMediaQueryDebugLevel } from "../ui" ;
6- import { signIn } from "../controllers/account-controller " ;
6+ import { signIn } from "../controllers/auth " ;
77import * as Loader from "../elements/loader" ;
88import { update } from "../elements/xp-bar" ;
99
Original file line number Diff line number Diff line change 99import Ape from "../ape" ;
1010import { createErrorMessage } from "../utils/misc" ;
1111import * as LoginPage from "../pages/login" ;
12- import * as AccountController from "../controllers/account-controller " ;
12+ import * as AccountController from "../controllers/auth " ;
1313import * as CaptchaController from "../controllers/captcha-controller" ;
1414import * as Loader from "../elements/loader" ;
1515import { subscribe as subscribeToSignUpEvent } from "../observables/google-sign-up-event" ;
Original file line number Diff line number Diff line change 11import Ape from "../ape" ;
2- import * as AccountController from "../controllers/account-controller " ;
2+ import * as AccountController from "../controllers/auth " ;
33import * as DB from "../db" ;
44import * as UpdateConfig from "../config" ;
55import * as Notifications from "../elements/notifications" ;
You can’t perform that action at this time.
0 commit comments