Update /my_account/index.html.jst to latest way, minor consistency changes in /my_acc...
[ndcode_site.git] / my_account / _menu.json
1 {
2   "entries": [
3     {
4       "dir": "sign_up",
5       "name": "Sign up",
6       "icon": "/_svg/icon_sign_up.svg"
7     },
8     {"dir": "send_verification_email", "name": "Send verification email"},
9     {"dir": "verify_email", "name": "Verify email"},
10     {
11       "dir": "password_reset",
12       "name": "Password reset",
13       "icon": "/_svg/icon_password_reset.svg"
14     },
15     {"dir": "verify_password", "name": "Verify password"}
16   ]
17 }