bug fixes
This commit is contained in:
parent
b77ed83ed7
commit
2ea8e97006
@ -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');
|
||||
|
||||
Loading…
Reference in New Issue
Block a user