mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Bugfix for alias & PIN authrecall
This commit is contained in:
parent
e5b8cc928f
commit
d6157113ba
4
sea.js
4
sea.js
@ -502,8 +502,8 @@
|
||||
const [ { key, at, proof } = {} ] = await Promise
|
||||
.all(aliases.filter(({ at: { put } = {} }) => !!put)
|
||||
.map(async ({ at, pub }) => {
|
||||
const readStorageData = async () => {
|
||||
const props = parseProps(await seaRead(remember, pub, true))
|
||||
const readStorageData = async (args) => {
|
||||
const props = args || parseProps(await seaRead(remember, pub, true))
|
||||
let { pin, alias: aLias } = props
|
||||
|
||||
return (!pin && alias === aLias)
|
||||
|
Loading…
x
Reference in New Issue
Block a user