diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx
index 4680208..d01f123 100644
--- a/frontend/src/App.tsx
+++ b/frontend/src/App.tsx
@@ -195,7 +195,10 @@ function App() {
}
/>
- {IS_RUNNING_ON_CLOUD && !settings.openAiApiKey && }
+ {IS_RUNNING_ON_CLOUD &&
+ !(settings.openAiApiKey || settings.accessCode) && (
+
+ )}
{(appState === AppState.CODING ||
appState === AppState.CODE_READY) && (