zkemail/archive.prove.email

Covert empty sourceIdentifier to a more descriptive and error safe value

Closed this issue · 1 comments

Follow up from #73
Also finish #66 first.
When sourceIdentifier was added to DomainSelectorPair, the existing records were initialized with sourceIdentifier = "".
Convert these to something like "implicit_inbox_upload" and update dkim-lookup-app/src/components/SelectorResult.tsx and sourceIdentifierToHumanReadable in dkim-lookup-app/src/lib/utils.ts

fixed by e76796b