mirror of
https://github.com/documenso/documenso.git
synced 2025-11-21 04:01:45 +10:00
Improve billing settings accessibility with both solutions A and B
Co-authored-by: ephraimduncan <55143799+ephraimduncan@users.noreply.github.com>
This commit is contained in:
@ -10,6 +10,7 @@ import { AnimateGenericFadeInOut } from '@documenso/ui/components/animate/animat
|
||||
import { AccountDeleteDialog } from '~/components/dialogs/account-delete-dialog';
|
||||
import { AvatarImageForm } from '~/components/forms/avatar-image';
|
||||
import { ProfileForm } from '~/components/forms/profile';
|
||||
import { AccountBillingOrganisations } from '~/components/general/organisations/account-billing-organisations';
|
||||
import { SettingsHeader } from '~/components/general/settings-header';
|
||||
import { TeamEmailUsage } from '~/components/general/teams/team-email-usage';
|
||||
import { appMetaTags } from '~/utils/meta';
|
||||
@ -47,6 +48,8 @@ export default function SettingsProfile() {
|
||||
)}
|
||||
</AnimatePresence>
|
||||
|
||||
<AccountBillingOrganisations />
|
||||
|
||||
<AccountDeleteDialog />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user