Browse Source
## Changes Made ### Code Cleanup - Remove unused $needsActiveIdentitySelection() method (36 lines) - Remove method signature from IPlatformServiceMixin interface - Remove method signature from Vue module declaration ### Database Consistency Fix - Change activeDid clearing from empty string ('') to NULL for consistency - Ensures proper foreign key constraint compatibility - Maintains API compatibility by still returning empty string to components ## Impact - Reduces codebase complexity by removing unused functionality - Improves database integrity with consistent NULL usage - No breaking changes to component APIs - Migration and auto-selection now handle all identity management ## Files Changed - src/utils/PlatformServiceMixin.ts: -42 lines, +1 linepull/188/head
1 changed files with 1 additions and 42 deletions
Loading…
Reference in new issue