Browse Source
Replace settings.activeDid reads with $getActiveDid() calls in critical identity management components. This continues the Active Identity table separation migration by updating components to use the new façade API instead of direct database field access. Components migrated: - AccountViewView: user account settings and profile management - ClaimView: credential/claim viewing and verification - ContactsView: contact management and invitation processing - DIDView: DID display and identity information - ProjectsView: project listing and management All components maintain backward compatibility through dual-write pattern while transitioning to the new active_identity table structure.activedid_migration
5 changed files with 10 additions and 5 deletions
Loading…
Reference in new issue