Move create password flow to settings page
This commit is contained in:
+1
-1
@@ -157,7 +157,7 @@ export function tryToImportWithoutDelete(cycleDays) {
|
||||
export function requestHash(pw) {
|
||||
nodejs.channel.send(JSON.stringify({
|
||||
type: 'request-SHA512',
|
||||
message: pw || 'mypassword'
|
||||
message: pw
|
||||
}))
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user