Skip to content

Commit

Permalink
ilnt
Browse files Browse the repository at this point in the history
  • Loading branch information
cjbarth committed Mar 26, 2024
1 parent d22eb73 commit 595c6cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/strategy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { Strategy as PassportStrategy } from "passport-strategy";
import { strict as assert } from "assert";
import * as url from "url";
import { SAML, Profile } from "@node-saml/node-saml";
import { Profile, SAML } from "@node-saml/node-saml";
import { PassportSamlConfig } from "./types";
import {
AuthenticateOptions,
Expand Down
2 changes: 1 addition & 1 deletion test/strategy.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import type * as express from "express";
import { expect } from "chai";
import * as sinon from "sinon";
import { Strategy as SamlStrategy } from "../src";
import { SAML, Profile } from "@node-saml/node-saml";
import { Profile, SAML } from "@node-saml/node-saml";
import {
RequestWithUser,
VerifiedCallback,
Expand Down

0 comments on commit 595c6cc

Please sign in to comment.