Skip to content

Commit

Permalink
fix #1374 - import FXA from new lib/fxa exports
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Nov 18, 2019
1 parent 6100717 commit 258c86f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion controllers/user.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ const isemail = require("isemail");
const DB = require("../db/DB");
const EmailUtils = require("../email-utils");
const { FluentError } = require("../locale-utils");
const FXA = require("../lib/fxa");
const { FXA } = require("../lib/fxa");
const HIBP = require("../hibp");
const { resultsSummary } = require("../scan-results");
const sha1 = require("../sha1-utils");
Expand Down
2 changes: 1 addition & 1 deletion tests/controllers/user.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const httpMocks = require("node-mocks-http");

const DB = require("../../db/DB");
const EmailUtils = require("../../email-utils");
const FXA = require("../../lib/fxa");
const { FXA } = require("../../lib/fxa");
const getSha1 = require("../../sha1-utils");
const user = require("../../controllers/user");

Expand Down

0 comments on commit 258c86f

Please sign in to comment.