Fixed minor bug in switch account detection for "no account stored" conditions
@@ -286,7 +286,7 @@
</div>`);
return;
}else{
- if (data.length > 0){
+ if (data.length > 1){
data.forEach(function(account){
if (account.Username == currentUserInfo.username){
//Skip