uberf-9430: fix provider auth case (#8011)

Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
Alexey Zinoviev 2025-02-14 17:49:00 +04:00 committed by GitHub
parent f1d0817984
commit 8638f27402
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,7 +12,7 @@
if (result != null) {
if (isWorkspaceLoginInfo(result)) {
navigateToWorkspace(result.workspace, result, undefined, true)
navigateToWorkspace(result.workspaceUrl, result, undefined, true)
return
}