fix: Fixes issue where self-hosted accounts may not have loaded correct server
This commit is contained in:
@@ -169,7 +169,7 @@ export class SessionManager
|
||||
}
|
||||
}
|
||||
|
||||
const serverHost = this.storage.getValue<string | undefined>(`${StorageKey.ServerHost}:${this.workspaceIdentifier}`)
|
||||
const serverHost = this.storage.getValue<string | undefined>(StorageKey.ServerHost)
|
||||
if (serverHost) {
|
||||
void this.apiService.setHost(serverHost)
|
||||
this.httpService.setHost(serverHost)
|
||||
|
||||
Reference in New Issue
Block a user