fix(@desktop/general): status.prod fleet is always used regardless of the fleet being chosen
This commit is contained in:
parent
f88c23dc7b
commit
428ac1a4de
|
@ -667,7 +667,7 @@ QtObject:
|
|||
error "error: ", procName="verifyDatabasePassword", errName = e.name, errDesription = e.msg
|
||||
|
||||
proc doLogin(self: Service, account: AccountDto, hashedPassword, thumbnailImage, largeImage: string) =
|
||||
let nodeConfigJson = self.getDefaultNodeConfig(installationId = "", recoverAccount = false)
|
||||
let nodeConfigJson = self.getLoginNodeConfig()
|
||||
let response = status_account.login(
|
||||
account.name,
|
||||
account.keyUid,
|
||||
|
@ -749,7 +749,7 @@ QtObject:
|
|||
"key-uid": accToBeLoggedIn.keyUid,
|
||||
}
|
||||
|
||||
let nodeConfigJson = self.getDefaultNodeConfig(installationId = "", recoverAccount = false)
|
||||
let nodeConfigJson = self.getLoginNodeConfig()
|
||||
|
||||
let response = status_account.loginWithKeycard(keycardData.whisperKey.privateKey,
|
||||
keycardData.encryptionKey.publicKey,
|
||||
|
|
Loading…
Reference in New Issue