Skip to content

Commit 0b52dc7

Browse files
committed
trash
1 parent 2b72c18 commit 0b52dc7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

webview-ui/src/components/kilocode/common/KiloCodeAuth.tsx

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,6 @@ import { useAppTranslation } from "@/i18n/TranslationContext"
66
import { getKiloCodeBackendSignInUrl, getKiloCodeBackendSignUpUrl } from "../helpers"
77
import { useExtensionState } from "@/context/ExtensionStateContext"
88

9-
// Declare the window property to avoid TypeScript errors
10-
declare global {
11-
interface Window {
12-
KILOCODE_BASE_URL?: string
13-
}
14-
}
15-
169
interface KiloCodeAuthProps {
1710
onManualConfigClick?: () => void
1811
className?: string
@@ -26,11 +19,6 @@ const KiloCodeAuth: React.FC<KiloCodeAuthProps> = ({ onManualConfigClick, classN
2619
return (
2720
<div className={`flex flex-col items-center ${className}`}>
2821
<Logo />
29-
<div style={{ background: "red", color: "white", padding: "10px", margin: "10px" }}>
30-
DEBUG: window.KILOCODE_BASE_URL = {JSON.stringify(window.KILOCODE_BASE_URL)}
31-
<br />
32-
DEBUG: process.env.KILOCODE_BASE_URL = {JSON.stringify(process.env.KILOCODE_BASE_URL)}
33-
</div>
3422
<h2 className="m-0 p-0 mb-4">{t("kilocode:welcome.greeting")}</h2>
3523
<p className="text-center mb-2">{t("kilocode:welcome.introText1")}</p>
3624
<p className="text-center mb-2">{t("kilocode:welcome.introText2")}</p>

0 commit comments

Comments
 (0)