prompt them to fill in their name when sharing their info

This commit is contained in:
2023-12-11 16:36:50 -07:00
parent 2c33febb0e
commit 1be6c04699
3 changed files with 14 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export type Settings = {
activeDid?: string; // Active Decentralized ID
apiServer?: string; // API server URL
firstName?: string; // User's first name
lastName?: string; // User's last name
lastName?: string; // deprecated - put all names in firstName
lastViewedClaimId?: string; // Last viewed claim ID
lastNotifiedClaimId?: string; // Last notified claim ID
isRegistered?: boolean;