mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-01 04:35:46 +00:00
uberf-9430: fix provider auth case (#8011)
Signed-off-by: Alexey Zinoviev <alexey.zinoviev@xored.com>
This commit is contained in:
parent
f1d0817984
commit
8638f27402
@ -12,7 +12,7 @@
|
||||
|
||||
if (result != null) {
|
||||
if (isWorkspaceLoginInfo(result)) {
|
||||
navigateToWorkspace(result.workspace, result, undefined, true)
|
||||
navigateToWorkspace(result.workspaceUrl, result, undefined, true)
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user