Possibly last bugfix for alias & PIN authrecall

This commit is contained in:
mhelander 2018-01-30 00:06:38 +02:00
parent 8e44147f45
commit 2db98e2249

2
sea.js
View File

@ -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!'))