forked from jsnbuchanan/crowd-funder-for-time-pwa
passkey test (#116)
Co-authored-by: Trent Larson <trent@trentlarson.com> Reviewed-on: trent_larson/crowd-funder-for-time-pwa#116 Co-authored-by: trentlarson <trent@trentlarson.com> Co-committed-by: trentlarson <trent@trentlarson.com>
This commit is contained in:
@@ -113,7 +113,7 @@ export default class IdentitySwitcherView extends Vue {
|
||||
const accounts = await accountsDB.accounts.toArray();
|
||||
for (let n = 0; n < accounts.length; n++) {
|
||||
try {
|
||||
const did = JSON.parse(accounts[n].identity)["did"];
|
||||
const did = accounts[n]["did"];
|
||||
this.otherIdentities.push({ did: did });
|
||||
if (did && this.activeDid === did) {
|
||||
this.activeDidInIdentities = true;
|
||||
|
||||
Reference in New Issue
Block a user