You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(data): seed default settings and preferences for admin user
Updates the `seedInitialAdminAndConfig` method to create and insert the default `UserAppSettings` and `UserContentPreferences` records for the seeded admin user.
This fixes a bug where the admin user would lack these necessary associated records, ensuring consistency with the user creation logic in `AuthService`.
0 commit comments