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 c46df44 commit c3a565fCopy full SHA for c3a565f
client/src/App.tsx
@@ -144,7 +144,7 @@ const App = () => {
144
>([]);
145
const [isAuthDebuggerVisible, setIsAuthDebuggerVisible] = useState(false);
146
147
- // Auth debugger state (moved from AuthDebugger component)
+ // Auth debugger state
148
const [authState, setAuthState] = useState<AuthDebuggerState>({
149
isInitiatingAuth: false,
150
oauthTokens: null,
0 commit comments