ALF the birthday modal and remove legacy one

This commit is contained in:
Samuel Newman 2024-03-15 15:45:58 +00:00
parent 4f8381678d
commit 577091d44d
6 changed files with 147 additions and 17 deletions

View file

@ -135,10 +135,6 @@ export interface PostLanguagesSettingsModal {
name: 'post-languages-settings'
}
export interface BirthDateSettingsModal {
name: 'birth-date-settings'
}
export interface VerifyEmailModal {
name: 'verify-email'
showReminder?: boolean
@ -179,7 +175,6 @@ export type Modal =
| ChangeHandleModal
| DeleteAccountModal
| EditProfileModal
| BirthDateSettingsModal
| VerifyEmailModal
| ChangeEmailModal
| ChangePasswordModal