[FIX] Enable Production Auth
This commit is contained in:
parent
f405f2bbe0
commit
b33746ba8c
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,5 @@
|
||||||
import { useState, useContext, useEffect } from "react";
|
import { useState, useEffect } from "react";
|
||||||
import { useSearchParams, useNavigate } from "react-router-dom";
|
import { useSearchParams } from "react-router-dom";
|
||||||
import SettingsContext from "@mcl/settings";
|
|
||||||
|
|
||||||
const tokenStorageName = "cairoAuthToken";
|
const tokenStorageName = "cairoAuthToken";
|
||||||
const tokenQuery = "cairoAuthToken";
|
const tokenQuery = "cairoAuthToken";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue