about summary refs log tree commit diff
path: root/src/state/modals
diff options
context:
space:
mode:
Diffstat (limited to 'src/state/modals')
-rw-r--r--src/state/modals/index.tsx5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/state/modals/index.tsx b/src/state/modals/index.tsx
index 9197a66c9..3ebbd1732 100644
--- a/src/state/modals/index.tsx
+++ b/src/state/modals/index.tsx
@@ -39,17 +39,12 @@ export interface PostLanguagesSettingsModal {
   name: 'post-languages-settings'
 }
 
-export interface ChangePasswordModal {
-  name: 'change-password'
-}
-
 /**
  * @deprecated DO NOT ADD NEW MODALS
  */
 export type Modal =
   // Account
   | DeleteAccountModal
-  | ChangePasswordModal
 
   // Curation
   | ContentLanguagesSettingsModal