generated from maximegris/angular-electron
-
-
Notifications
You must be signed in to change notification settings - Fork 127
Open
Description
Device Type
Windows
Dev Manager Version
1.99.13
Model
55NANO863PA
webOS Version
webOS 6.5.1-37 (kisscurl-koli)
Rooted
No (with Dev Mode)
Bug Description
However I tried 1.13.3 version, and there's no such issue.
The passphrase is numeric and exactly 6 digits long.
This is where I stuck
dev-manager-desktop/src/app/add-device/device-editor/device-editor.component.ts
Lines 153 to 159 in dd3f43d
if (BackendError.isCompatible(e) && (e.reason == 'BadPassphrase' || e.reason == 'PassphraseRequired')) { | |
await MessageDialogComponent.open(this.modalService, { | |
title: 'Failed to verify private key', | |
message: 'Please make sure the passphrase is correct, it usually has 6 characters and is case sensitive.', | |
positive: 'OK', | |
}).result.catch(noop); | |
throw e; |
Reproduction Steps
- Open Dev Manager
- Skip
- Enter passphrase
Expected Behavior
It shouldn't show the error and let me in
FunFrog-BY
Metadata
Metadata
Assignees
Labels
No labels