mirror of
https://github.com/amark/gun.git
synced 2026-03-02 15:13:15 +00:00
Possibly last bugfix for alias & PIN authrecall
This commit is contained in:
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!'))
|
||||
|
||||
Reference in New Issue
Block a user