mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-23 03:44:04 +03:00
fix import keyfile
This commit is contained in:
parent
7994cd6687
commit
18f9d85700
File diff suppressed because one or more lines are too long
@ -11,7 +11,7 @@
|
||||
<meta httpEquiv="X-UA-Compatible" content="IE=edge" />
|
||||
<meta name="viewport"
|
||||
content="width=device-width, initial-scale=1, minimum-scale=1, maximum-scale=1.00001, viewport-fit=cover" />
|
||||
<script type="module" crossorigin src="/assets/index-CqsVFnwl.js"></script>
|
||||
<script type="module" crossorigin src="/assets/index-Do8ILYvr.js"></script>
|
||||
<link rel="stylesheet" crossorigin href="/assets/index-B00cPdAQ.css">
|
||||
</head>
|
||||
|
||||
|
@ -132,7 +132,7 @@ function ImportKeyfile({
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify({
|
||||
keyfile: localKey,
|
||||
password: hashed_password,
|
||||
password_hash: hashed_password,
|
||||
}),
|
||||
});
|
||||
|
||||
@ -145,7 +145,7 @@ function ImportKeyfile({
|
||||
headers: { "Content-Type": "application/json" },
|
||||
body: JSON.stringify({
|
||||
keyfile: localKey,
|
||||
password: hashed_password,
|
||||
password_hash: hashed_password,
|
||||
}),
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user