<ThunderIDOrganizationProfile />
The ThunderIDOrganizationProfile component renders a management interface for the current organization. It allows administrators to view and update organization settings. It is auto-registered by the Nuxt module.
Usage
pages/org/settings.vue
<script setup lang="ts">
definePageMeta({ middleware: 'auth' })
</script>
<template>
<ThunderIDOrganizationProfile />
</template>
Props
| Prop | Type | Required | Description |
|---|---|---|---|
appearance | Appearance | ❌ | Customize the component's visual appearance |
preferences | Preferences | ❌ | Customization options for i18n and theming |