mirror of
https://github.com/status-im/status-desktop.git
synced 2025-02-21 19:18:53 +00:00
fix(Syncing): cancelling syncing flow should not result in error dialog (#14633)
Closes #11908
This commit is contained in:
parent
5fbc262dec
commit
f965ab4540
@ -113,6 +113,8 @@ method onLoggedInUserAuthenticated*(self: Module, pin: string, password: string,
|
||||
if chatKey.startsWith("0x"):
|
||||
chatKey = chatKey[2..^1]
|
||||
let connectionString = self.controller.getConnectionStringForBootstrappingAnotherDevice(password, chatKey)
|
||||
if password.len == 0 and pin.len == 0:
|
||||
return
|
||||
self.view.openPopupWithConnectionString(connectionString)
|
||||
|
||||
proc validateConnectionString*(self: Module, connectionString: string): string =
|
||||
|
Loading…
x
Reference in New Issue
Block a user