Skip to content

Commit c3a565f

Browse files
committed
cleanup comment
1 parent c46df44 commit c3a565f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ const App = () => {
144144
>([]);
145145
const [isAuthDebuggerVisible, setIsAuthDebuggerVisible] = useState(false);
146146

147-
// Auth debugger state (moved from AuthDebugger component)
147+
// Auth debugger state
148148
const [authState, setAuthState] = useState<AuthDebuggerState>({
149149
isInitiatingAuth: false,
150150
oauthTokens: null,

0 commit comments

Comments
 (0)