From 6fa5b1dadffc69c1f8386bcaaa4ca3d8aaab223a Mon Sep 17 00:00:00 2001 From: Gelot Ayush <64920526+ayush0033@users.noreply.github.com> Date: Tue, 1 Nov 2022 18:49:50 +0530 Subject: [PATCH] Removed Un-used var --- frontend/src/views/SetAuthentication.jsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/SetAuthentication.jsx b/frontend/src/views/SetAuthentication.jsx index 218e4da4..f38883da 100644 --- a/frontend/src/views/SetAuthentication.jsx +++ b/frontend/src/views/SetAuthentication.jsx @@ -1,10 +1,10 @@ -import React, { useRef, useState, useEffect, useLayoutEffect } from "react"; +import React, { useState } from "react"; import { Typography, CircularProgress } from "@material-ui/core"; import theme from '../theme'; const SetAuthentication = (props) => { - const { globalUrl, isLoggedIn, isLoaded, userdata } = props; + const { globalUrl } = props; const [firstRequest, setFirstRequest] = useState(true); const [finished, setFinished] = useState(false); @@ -20,7 +20,7 @@ const SetAuthentication = (props) => { const params = Object.fromEntries(urlSearchParams.entries()); console.log("PARAMS: ", params) - const authenticationStore = []; + //const authenticationStore = []; var appAuthData = { label: "", app: {