Skip to content

Commit

Permalink
updates for build
Browse files Browse the repository at this point in the history
  • Loading branch information
aneelac22 committed Sep 10, 2024
1 parent 7ce0f44 commit 9d16ff1
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 12 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,4 @@
import Keycloak from "keycloak-js";

// URL to get config
const configURL = "/api/v1/authconfig";
const configURL = "/api/v1/authconfig"; // URL to get config
const queryString = window.location.search;
const urlParams = new URLSearchParams(queryString);
const link = urlParams.get("link");
Expand Down
7 changes: 0 additions & 7 deletions pkg/assets/static/redirectpage/src/silent-check-sso.html

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import {
getJSON,
getRedirectData,
redirectUser,
} from "./redirectpage";
} from "../../pkg/assets/static/redirectpage.js";

//Mock dependencies
global.fetch = jest.fn();
Expand Down

0 comments on commit 9d16ff1

Please sign in to comment.