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": [
|
||||
"acked",
|
||||
"Authing",
|
||||
"ciphertext",
|
||||
"eccrypto",
|
||||
"endregion",
|
||||
"ephem",
|
||||
"epriv",
|
||||
"Epub",
|
||||
"falsey",
|
||||
|
|
|
|||
|
|
@ -518,10 +518,6 @@ module.exports = async (
|
|||
|
||||
await recreateLnServices()
|
||||
|
||||
if (GunDB.isAuthenticated()) {
|
||||
GunDB.instantiateGun()
|
||||
}
|
||||
|
||||
const publicKey = await GunDB.authenticate(alias, password)
|
||||
|
||||
if (!publicKey) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue