Skip to content

Commit

Permalink
Remove GitHub from OIDC shortcuts as it doesn't support OIDC. Closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
knadh committed Jan 5, 2025
1 parent b75de39 commit 50b296d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/src/views/settings/security.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@

<div class="spaced-links is-size-7 mt-2" :class="{ 'disabled': !data['security.oidc']['enabled'] }">
<a href="#" @click.prevent="() => setProvider(n, 'google')">Google</a>
<a href="#" @click.prevent="() => setProvider(n, 'github')">GitHub</a>
<a href="#" @click.prevent="() => setProvider(n, 'microsoft')">Microsoft</a>
<a href="#" @click.prevent="() => setProvider(n, 'apple')">Apple</a>
</div>
Expand Down

0 comments on commit 50b296d

Please sign in to comment.