Merge pull request #976 from ayush0033/launch

unused var removed
This commit is contained in:
Frikky
2022-11-12 23:00:25 +01:00
committed by GitHub
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -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: {