Reapply "feat: migrate phase 1 critical identity components to active identity façade"

This reverts commit 6c1c109cbd.
This commit is contained in:
Matthew Raymer
2025-08-22 11:30:13 +00:00
parent 6c1c109cbd
commit a6a461d358
4 changed files with 70 additions and 44 deletions

View File

@@ -538,7 +538,8 @@ export default class HomeView extends Vue {
// **CRITICAL**: Ensure correct API server for platform
await this.ensureCorrectApiServer();
this.activeDid = settings.activeDid || "";
// Use new façade method with legacy fallback
this.activeDid = (await this.$getActiveDid()) || "";
// Load contacts with graceful fallback
try {