Browse Source
- Add $getAllAccountDids() implementation to resolve TypeError in ProjectsView - Method queries accounts table and returns array of DIDs - Includes proper error handling and logging - Fixes "this.$getAllAccountDids is not a function" console error on /projects route The method was declared in TypeScript interfaces but never implemented, causing runtime errors when ProjectsView tried to initialize user identities.pull/188/head
1 changed files with 25 additions and 0 deletions
Loading…
Reference in new issue