Revert "fix(cloud): request automatic Space launch (#2501)" (#2503)

This reverts commit d50957fc4f.

Co-authored-by: dadachann <185672915+dadachann@users.noreply.github.com>
This commit is contained in:
Hyu
2026-09-03 12:16:21 +08:00
committed by GitHub
parent d50957fc4f
commit ab52684a01
3 changed files with 3 additions and 19 deletions
+1 -1
View File
@@ -127,7 +127,7 @@ class SpaceService:
def get_cloud_entry_url(self) -> str:
"""Return the Space-owned Cloud selector for a Cloud Account login."""
return f'{self._get_space_config()["url"].rstrip("/")}/cloud?environment=beta&auto_launch=1'
return f'{self._get_space_config()["url"].rstrip("/")}/cloud?environment=beta'
async def exchange_oauth_code(
self,