Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions frontend/javascripts/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -616,6 +616,10 @@ function LoggedInAvatar({
{
type: "divider",
},
{
key: "changeEmail",
label: <Link to="/auth/changeEmail">Change Email</Link>,
},
{
key: "account",
label: <Link to="/account">Account Settings</Link>,
Expand Down
2 changes: 2 additions & 0 deletions unreleased_changes/8806.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
### Fixed
- The view to change ones email address is now available in the top right dropdown menu of the navbar.