Skip to content
This repository has been archived by the owner on May 31, 2021. It is now read-only.

Commit

Permalink
Update v0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ManuelGil committed Feb 16, 2021
1 parent fd1e29a commit d194c2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/views/partials/sidebar.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
<li class="nav-sub-item"><a href="{{ BASE_URL }}users/bulk-user-creation" class="nav-sub-link">Bulk User Creation</a></li>
<li class="nav-sub-item"><a href="{{ BASE_URL }}users/edit-user" class="nav-sub-link">Edit User</a></li>
<li class="nav-sub-item"><a href="{{ BASE_URL }}users/suspend-user" class="nav-sub-link">Suspend User</a></li>
<li class="nav-sub-item"><a href="{{ BASE_URL }}users/switch-authentication" class="nav-sub-link">Switch Authentication</a></li>
</ul>
</li>
<li class="sidebar-nav-item with-sub">
Expand Down
2 changes: 1 addition & 1 deletion app/views/users/switch-authentication.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

{{$ content }}
<label class="section-title">Switch Authentication</label>
<p class="mg-b-20 mg-sm-b-40">Switch Authentications Method</p>
<p class="mg-b-20 mg-sm-b-40">Switch Authentication Method</p>

<div id="app">
<form method="post" name="form" id="form" role="form" ref="form" @submit.prevent="onSubmit" novalidate>
Expand Down

0 comments on commit d194c2e

Please sign in to comment.