Browse Source

login page won't check to see if iguana is running or not

as it’s assumed desktop wallet is already running iguana.
but if login tried, it should show iguana not running message.
master
Satinder Grewal 8 years ago
parent
commit
4aa887b35f
  1. 2
      assets/scripts/login.js

2
assets/scripts/login.js

@ -516,7 +516,7 @@ var Login = function() {
};
var handleCheckLogin = function() {
Iguana_activehandle();
//Iguana_activehandle();
//console.log('Iguana_activehandle_output: '+Iguana_activehandle_output);
if ( sessionStorage.getItem('IguanaActiveAccount') === null ) {
console.log('There\'s no active wallet logged in. Please Login.');

Loading…
Cancel
Save