Skip to content

Commit c2d776a

Browse files
authored
Merge pull request #706 from mozilla-iam/IAM-1294
IAM-1294 Remove notifications link in people.m.o dropdown menu
2 parents 2213810 + f5eeef5 commit c2d776a

2 files changed

Lines changed: 0 additions & 17 deletions

File tree

src/components/ui/UserMenu.vue

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -64,21 +64,6 @@
6464
<Icon id="dashboard" :width="24" :height="24" />
6565
</a>
6666
</li>
67-
<li>
68-
<a
69-
href="https://sso.mozilla.com/notifications"
70-
id="link-usermenu-sso-dashboard"
71-
>
72-
<span>{{ fluent('user-menu_notifications') }}</span>
73-
<Icon id="bell" :width="24" :height="24" />
74-
</a>
75-
</li>
76-
<li>
77-
<span class="user-menu__faux-link">
78-
<span>{{ fluent('user-menu_auto-login') }}</span>
79-
<Icon id="sliders" :width="24" :height="24" />
80-
</span>
81-
</li>
8267
</ul>
8368
<a href="/_/logout" class="user-menu__log-out">
8469
<span>{{ fluent('user-menu_logout') }}</span>

src/locales/en-US/strings.ftl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ user-menu_open = Open user menu
4141
user-menu_close = Close user menu
4242
user-menu_my-profile = My Profile
4343
user-menu_dashboard = Dashboard
44-
user-menu_notifications = Notifications
45-
user-menu_auto-login = Manage Auto-Login
4644
user-menu_logout = Log Out
4745
4846
## Contribute

0 commit comments

Comments
 (0)