From b493646a7f0ccba6749898aa08205cbd1b6a33fb Mon Sep 17 00:00:00 2001 From: Gelot Ayush <64920526+ayush0033@users.noreply.github.com> Date: Tue, 1 Nov 2022 17:08:11 +0530 Subject: [PATCH] remove un-used vars --- frontend/src/views/SetAuthenticationSSO.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/SetAuthenticationSSO.jsx b/frontend/src/views/SetAuthenticationSSO.jsx index 92afe942..371eedb8 100644 --- a/frontend/src/views/SetAuthenticationSSO.jsx +++ b/frontend/src/views/SetAuthenticationSSO.jsx @@ -1,9 +1,9 @@ -import React, { useRef, useState, useEffect, useLayoutEffect } from "react"; +import React, { useState } from "react"; import { Typography, CircularProgress } from "@material-ui/core"; const SetAuthentication = (props) => { - const { globalUrl, isLoggedIn, isLoaded, userdata } = props; + const { globalUrl } = props; const [firstRequest, setFirstRequest] = useState(true); const [finished, setFinished] = useState(false); @@ -18,7 +18,7 @@ const SetAuthentication = (props) => { const urlSearchParams = new URLSearchParams(window.location.search); const params = Object.fromEntries(urlSearchParams.entries()); - const authenticationStore = []; + // const authenticationStore = []; var appAuthData = { label: "", app: {