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