• Steven's avatar
    feat: update InstanceProfile to include initialization status · ba099b72
    Steven authored
    - Removed the owner field from InstanceProfile as it is no longer needed.
    - Added an initialized field to InstanceProfile to indicate if the instance has completed first-time setup.
    - Updated GetInstanceProfile method to set initialized based on the existence of an admin user.
    - Modified tests to reflect changes in InstanceProfile and ensure correct behavior regarding instance initialization.
    - Adjusted frontend logic to redirect users based on the initialized status instead of the owner field.
    ba099b72
Name
Last commit
Last update
..
components Loading commit data...
contexts Loading commit data...
helpers Loading commit data...
hooks Loading commit data...
layouts Loading commit data...
lib Loading commit data...
locales Loading commit data...
pages Loading commit data...
router Loading commit data...
themes Loading commit data...
types Loading commit data...
utils Loading commit data...
App.tsx Loading commit data...
auth-state.ts Loading commit data...
connect.ts Loading commit data...
i18n.ts Loading commit data...
index.css Loading commit data...
instance-config.ts Loading commit data...
main.tsx Loading commit data...