allow choice of no identity (for testing)

This commit is contained in:
2023-07-04 13:15:52 -06:00
parent d98e95915b
commit e42b3ff11d
5 changed files with 66 additions and 30 deletions

View File

@@ -242,9 +242,10 @@ import { AxiosError } from "axios";
import * as didJwt from "did-jwt";
import * as R from "ramda";
import { IIdentifier } from "@veramo/core";
import { Component, Vue } from "vue-facing-decorator";
import { accountsDB, db } from "@/db";
import AlertMessage from "@/components/AlertMessage";
import { Contact } from "@/db/tables/contacts";
import { MASTER_SETTINGS_KEY } from "@/db/tables/settings";
import { accessToken, SimpleSigner } from "@/libs/crypto";