start removing account
commitc31e528190f8529eddc1df7ae833cecd700fe41f
authorFlavien Bonvin <flavien.bonvin@proton.ch>
Fri, 20 Sep 2024 16:05:09 +0000 (20 16:05 +0000)
committerFlavien Bonvin <flavien.bonvin@proton.ch>
Mon, 23 Sep 2024 07:42:48 +0000 (23 07:42 +0000)
tree8bfa46925a574226287b71d41345191507caf0e8
parente77ef42380ae444cf1832c262308a61379b32c6d
start removing account
113 files changed:
applications/vpn-settings/src/app/MainContainer.tsx
packages/activation/src/components/SettingsArea/SettingsArea.tsx
packages/components/containers/account/AccessibilitySection.tsx
packages/components/containers/account/EditEmailSubscription.tsx
packages/components/containers/account/constants/index.ts [deleted file]
packages/components/containers/account/groups/GroupMembershipSection.tsx
packages/components/containers/account/index.ts [deleted file]
packages/components/containers/account/sessionRecovery/index.ts [deleted file]
packages/components/containers/account/spotlights/index.ts [deleted file]
packages/components/containers/addresses/AddressesSection.tsx
packages/components/containers/addresses/AddressesWithMembers.tsx
packages/components/containers/addresses/AddressesWithUser.tsx
packages/components/containers/addresses/IdentitySection.tsx
packages/components/containers/autoReply/AutoReplyForm/AutoReplyFormDaily.tsx
packages/components/containers/autoReply/AutoReplyForm/AutoReplyFormFixed.tsx
packages/components/containers/autoReply/AutoReplyForm/AutoReplyFormMonthly.tsx
packages/components/containers/autoReply/AutoReplyForm/AutoReplyFormWeekly.tsx
packages/components/containers/autoReply/AutoReplySection.tsx
packages/components/containers/b2bDashboard/VPN/VPNEvents.tsx
packages/components/containers/bridge/ProtonMailBridgeSection.tsx
packages/components/containers/calendar/settings/CalendarDeleteSection.tsx
packages/components/containers/calendar/settings/CalendarEventDefaultsSection.tsx
packages/components/containers/calendar/settings/CalendarExportSection.tsx
packages/components/containers/calendar/settings/CalendarImportSection.tsx
packages/components/containers/calendar/settings/CalendarInvitationsSection.tsx
packages/components/containers/calendar/settings/CalendarLayoutSection.tsx
packages/components/containers/calendar/settings/CalendarShareSection.tsx
packages/components/containers/calendar/settings/CalendarSubpage.tsx
packages/components/containers/calendar/settings/CalendarSubpageHeaderSection.tsx
packages/components/containers/calendar/settings/CalendarTimeSection.tsx
packages/components/containers/calendar/settings/CalendarsSection.tsx
packages/components/containers/calendar/settings/MyCalendarsSection.tsx
packages/components/containers/calendar/settings/OtherCalendarsSection.tsx
packages/components/containers/calendar/settings/SharedCalendarsSection.tsx
packages/components/containers/calendar/shareURL/CalendarShareUrlSection.tsx
packages/components/containers/credentialLeak/CredentialLeakSection.tsx
packages/components/containers/desktop/InboxDesktopSettingsSection.tsx
packages/components/containers/domains/CatchAllSection.tsx
packages/components/containers/domains/DomainsSection.tsx
packages/components/containers/drive/settings/B2BPhotosSection.tsx
packages/components/containers/filters/FiltersSection.tsx
packages/components/containers/filters/SpamFiltersSection.tsx
packages/components/containers/forward/ForwardSection.tsx
packages/components/containers/general/LanguageAndTimeSection.tsx
packages/components/containers/general/PmMeSection.tsx
packages/components/containers/general/ToggleAssistant/ToggleAssistantContainer.tsx
packages/components/containers/importExportApp/ImportExportAppSection.tsx
packages/components/containers/index.ts
packages/components/containers/invoices/InvoicesSection.tsx
packages/components/containers/keys/AddressKeysSection.tsx
packages/components/containers/keys/UserKeysSection.tsx
packages/components/containers/labels/FoldersSection.tsx
packages/components/containers/labels/LabelsSection.tsx
packages/components/containers/layout/PrivateMainAreaLoading.tsx
packages/components/containers/layout/PrivateMainSettingsArea.tsx
packages/components/containers/layout/SubSettingsSection.tsx
packages/components/containers/layouts/LayoutsSection.tsx
packages/components/containers/login/MinimalLoginContainer.tsx
packages/components/containers/logs/LogsSection.tsx
packages/components/containers/members/UsersAndAddressesSection/UsersAndAddressesSection.tsx
packages/components/containers/members/multipleUserCreation/MultiUserCreationSection.tsx
packages/components/containers/messages/AutoDeleteSetting.tsx
packages/components/containers/organization/OrganizationPasswordSection.tsx
packages/components/containers/organization/OrganizationScheduleCallSection.tsx
packages/components/containers/organization/OrganizationSection.tsx
packages/components/containers/organization/OrganizationSectionUpsell.tsx
packages/components/containers/organization/OrganizationSpamFiltersSection.tsx
packages/components/containers/organization/OrganizationTwoFAEnforcementSection.tsx
packages/components/containers/organization/OrganizationTwoFARemindersSection.tsx
packages/components/containers/organization/PassPolicies.tsx
packages/components/containers/organization/groups/OrganizationGroupsManagementSection.tsx
packages/components/containers/organization/sso/RemoveSSOSection.tsx
packages/components/containers/organization/sso/SSOInfoForm.tsx
packages/components/containers/organization/sso/SsoPage.tsx
packages/components/containers/organization/sso/scim/SCIMSettingsSection.tsx
packages/components/containers/otherMailPreferences/SenderImages.tsx
packages/components/containers/otherMailPreferences/UnreadFaviconCounter.tsx
packages/components/containers/password/AuthModal.tsx
packages/components/containers/payments/CreditsSection.tsx
packages/components/containers/payments/GiftCodeSection.tsx
packages/components/containers/payments/PlansSection.tsx
packages/components/containers/payments/SubscriptionsSection.tsx
packages/components/containers/payments/methods/PaymentMethodsSection.spec.tsx
packages/components/containers/payments/methods/PaymentMethodsSection.tsx
packages/components/containers/payments/subscription/DowngradeSubscriptionSection.tsx
packages/components/containers/payments/subscription/UpgradeVpnSection.tsx
packages/components/containers/payments/subscription/YourPlanSection.tsx
packages/components/containers/payments/subscription/YourStorageSection.tsx
packages/components/containers/payments/subscription/cancelB2bSubscription/CancelB2bSubscriptionSection.tsx
packages/components/containers/payments/subscription/cancelSubscription/CancelSubscriptionSection.tsx
packages/components/containers/payments/subscription/cancellationFlow/CancellationReminderSection.tsx
packages/components/containers/payments/subscription/cancellationFlow/ReminderSectionFeatures.tsx
packages/components/containers/payments/subscription/cancellationFlow/ReminderSectionPlan.tsx
packages/components/containers/payments/subscription/cancellationFlow/ReminderSectionStorage.tsx
packages/components/containers/payments/subscription/cancellationFlow/ReminderSectionTestimonials.tsx
packages/components/containers/privacy/PrivacySection.tsx
packages/components/containers/recovery/AccountRecoverySection.tsx
packages/components/containers/recovery/RecoverDataCard.tsx
packages/components/containers/recovery/RecoveryCard.tsx
packages/components/containers/referral/invite/InviteSection.tsx
packages/components/containers/referral/rewards/RewardSection.tsx
packages/components/containers/security/AddressVerificationSection.tsx
packages/components/containers/security/ExternalPGPSettingsSection.tsx
packages/components/containers/sentinel/SentinelSection.tsx
packages/components/containers/sessions/SessionsSection.tsx
packages/components/containers/smtp/SMTPSubmissionSection.tsx
packages/components/containers/themes/ThemesSection.tsx
packages/components/containers/topBanners/SessionRecoveryBanners.tsx
packages/components/containers/vpn/OpenVPNConfigurationSection/OpenVPNConfigurationSection.tsx
packages/components/containers/vpn/OpenVPNCredentialsSection.tsx
packages/components/containers/vpn/ProtonVPNClientsSection/ProtonVPNClientsSection.tsx
packages/components/containers/vpn/WireGuardConfigurationSection/WireGuardConfigurationSection.tsx
packages/components/index.ts