forked from trent_larson/crowd-funder-for-time-pwa
Reapply "feat: migrate phase 1 critical identity components to active identity façade"
This reverts commit 6c1c109cbd.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user