Skip to content

Commit

Permalink
Add help link to oidc guide
Browse files Browse the repository at this point in the history
  • Loading branch information
advplyr committed Nov 27, 2023
1 parent 2e5822b commit f243ad1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/pages/config/authentication.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@
<div class="flex items-center">
<ui-checkbox v-model="enableOpenIDAuth" checkbox-bg="bg" />
<p class="text-lg pl-4">{{ $strings.HeaderOpenIDConnectAuthentication }}</p>
<ui-tooltip :text="$strings.LabelClickForMoreInfo" class="inline-flex ml-2">
<a href="https://www.audiobookshelf.org/guides/oidc_authentication" target="_blank" class="inline-flex">
<span class="material-icons text-xl w-5 text-gray-200">help_outline</span>
</a>
</ui-tooltip>
</div>

<transition name="slide">
Expand Down

0 comments on commit f243ad1

Please sign in to comment.