bug fixes

This commit is contained in:
sairaj mote 2022-07-01 15:33:13 +05:30
parent b77ed83ed7
commit 2ea8e97006

View File

@ -1913,6 +1913,7 @@
}
function getSignedIn(passwordType) {
return new Promise((resolve, reject) => {
showPage('landing')
if (passwordType === 'PIN/Password') {
getRef('private_key_field').removeAttribute('data-private-key');
getRef('private_key_field').setAttribute('placeholder', 'PIN');