Skip to content

Commit

Permalink
IAM-1294 removed manage auto-login
Browse files Browse the repository at this point in the history
  • Loading branch information
frosemond committed Feb 12, 2024
1 parent 0cb98be commit f5eeef5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions src/components/ui/UserMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,6 @@
<Icon id="dashboard" :width="24" :height="24" />
</a>
</li>
<li>
<span class="user-menu__faux-link">
<span>{{ fluent('user-menu_auto-login') }}</span>
<Icon id="sliders" :width="24" :height="24" />
</span>
</li>
</ul>
<a href="/_/logout" class="user-menu__log-out">
<span>{{ fluent('user-menu_logout') }}</span>
Expand Down
1 change: 0 additions & 1 deletion src/locales/en-US/strings.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ user-menu_open = Open user menu
user-menu_close = Close user menu
user-menu_my-profile = My Profile
user-menu_dashboard = Dashboard
user-menu_auto-login = Manage Auto-Login
user-menu_logout = Log Out
## Contribute
Expand Down

0 comments on commit f5eeef5

Please sign in to comment.