We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc2b674 commit 4b08938Copy full SHA for 4b08938
src/frontend/src/AuthGate.tsx
@@ -1,5 +1,5 @@
1
import React, { useEffect, useRef, useState } from "react";
2
-import { useAppConfig } from "./hooks/useAppConfig"; // Import useAppConfig
+import { useAppConfig } from "./hooks/useAppConfig";
3
import { useAuthStatus } from "./hooks/useAuthStatus";
4
5
/**
0 commit comments