Skip to content

Commit

Permalink
Remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-wratt committed Apr 11, 2024
1 parent 6b779b8 commit 1da719d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/mock/api/credentials-exchange.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import Auth0 from "../../types";
import { cache as mockCache } from "./cache";
import { request as mockRequest } from "../request";
import { accessTokenMock } from "./access-token";
import { accessMock } from "./access";

Expand Down
2 changes: 0 additions & 2 deletions src/mock/api/post-login.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ import Auth0, { Factor, MultifactorEnableOptions } from "../../types";
import { cache as mockCache } from "./cache";
import { user as mockUser } from "../user";
import { request as mockRequest } from "../request";
import { ok } from "node:assert";
import { encodeHS256JWT, signHS256 } from "../../jwt/hs256";
import { accessTokenMock } from "./access-token";
import { accessMock } from "./access";
import { authenticationMock, FactorList } from "./authentication";
Expand Down

0 comments on commit 1da719d

Please sign in to comment.