Skip to content

Commit

Permalink
fix: Fix package definition for OAuth to format links properly
Browse files Browse the repository at this point in the history
Clicking the OAuth package caused a JS error that would cause the installer
command to stop populating
  • Loading branch information
sevenseacat committed Feb 3, 2025
1 parent e14b279 commit 07e8ba2
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,12 @@ const features = {
oauth: {
requires: ['phoenix'],
adds: ['ash_authentication', 'ash_authentication_phoenix'],
link: "https://hexdocs.pm/ash_authentication",
linkName: "AshAuthentication",
links: [
{
link: "https://hexdocs.pm/ash_authentication",
name: "AshAuthentication",
}
],
requiresSetup: {
name: "OAuth",
href: "https://hexdocs.pm/ash_authentication"
Expand Down

0 comments on commit 07e8ba2

Please sign in to comment.