allow view of feed without an identifier

This commit is contained in:
2023-11-05 21:46:46 -07:00
parent eeece8a1b4
commit 85bd807bcc
6 changed files with 96 additions and 50 deletions

View File

@@ -12,6 +12,7 @@ export type Settings = {
activeDid?: string;
apiServer?: string;
firstName?: string;
isRegistered?: boolean;
lastName?: string; // deprecated, pre v 0.1.3
lastViewedClaimId?: string;
searchBoxes?: Array<{