diff --git a/account/views/delete-account.ejs b/account/views/delete-account.ejs index 2baf7bd..8302cc8 100644 --- a/account/views/delete-account.ejs +++ b/account/views/delete-account.ejs @@ -12,9 +12,8 @@ -
+

How to Delete your LingDocs Account

-

Profile

To delete your account for the LingDocs Pashto Dictionary and LingDocs Pashto Grammar:

- ); +
+

Account Admin

+
+ {user.level === "basic" && ( +
+ +
+ )} + +
+ +
+
+ + + + Upgrade to Student Account + + +

+ Upgrade to a student account to enable the wordlist +

+

Features:

+
    +
  • Save your wordlist and sync across devices
  • +
  • Save text, audio, or visual context for words
  • +
  • Review words with Anki-style spaced repetition
  • +
+ +
+
+ + setUpgradePassword(e.target.value)} + /> +
+ {upgradeError && ( +
+

+ {upgradeError} +

+
+ )} + + {waiting && } + + + +
+ + ); }; -export default Account; \ No newline at end of file +export default Account;