mirror of
https://github.com/amark/gun.git
synced 2025-03-30 15:08:33 +00:00
Possibly last bugfix for alias & PIN authrecall
This commit is contained in:
parent
8e44147f45
commit
2db98e2249
2
sea.js
2
sea.js
@ -721,7 +721,7 @@
|
||||
.catch(putErr('Failed to finalize login with new password!'))
|
||||
}).catch(putErr('Password set attempt failed!'))
|
||||
} else {
|
||||
finalizelogin(alias, keys, root, pin).then(resolve)
|
||||
finalizelogin(alias, keys, root, { pin }).then(resolve)
|
||||
.catch(putErr('Finalizing login failed!'))
|
||||
}
|
||||
}).catch(putErr('Auth attempt failed!'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user