Move create password flow to settings page

This commit is contained in:
Julia Friesel
2018-09-14 15:15:13 +02:00
parent c476a7a278
commit f6e8950816
4 changed files with 84 additions and 50 deletions
+1 -1
View File
@@ -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
}))
}