1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 02:23:44 +00:00

conditionally show groups option

This commit is contained in:
Kyle Spearrin
2017-05-09 20:35:18 -04:00
parent dce609d141
commit eb7fd4a015
2 changed files with 12 additions and 3 deletions

View File

@@ -42,7 +42,7 @@
</a>
</li>
<li>
<a href="javascript:void(0)" ng-click="groups(user)">
<a href="javascript:void(0)" ng-click="groups(user)" ng-if="useGroups">
<i class="fa fa-fw fa-sitemap"></i> Groups
</a>
</li>