Merge pull request #496 from shocknet/misc-dec-7
Remove call to non existant fn
This commit is contained in:
commit
38628cafb6
2 changed files with 3 additions and 4 deletions
3
.vscode/settings.json
vendored
3
.vscode/settings.json
vendored
|
|
@ -7,7 +7,10 @@
|
||||||
"cSpell.words": [
|
"cSpell.words": [
|
||||||
"acked",
|
"acked",
|
||||||
"Authing",
|
"Authing",
|
||||||
|
"ciphertext",
|
||||||
|
"eccrypto",
|
||||||
"endregion",
|
"endregion",
|
||||||
|
"ephem",
|
||||||
"epriv",
|
"epriv",
|
||||||
"Epub",
|
"Epub",
|
||||||
"falsey",
|
"falsey",
|
||||||
|
|
|
||||||
|
|
@ -518,10 +518,6 @@ module.exports = async (
|
||||||
|
|
||||||
await recreateLnServices()
|
await recreateLnServices()
|
||||||
|
|
||||||
if (GunDB.isAuthenticated()) {
|
|
||||||
GunDB.instantiateGun()
|
|
||||||
}
|
|
||||||
|
|
||||||
const publicKey = await GunDB.authenticate(alias, password)
|
const publicKey = await GunDB.authenticate(alias, password)
|
||||||
|
|
||||||
if (!publicKey) {
|
if (!publicKey) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue