Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
davisagli authored Jan 17, 2025
1 parent a57b3ac commit a0df4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/endpoints/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ class MyExternalLinks:
{
"id": "myprovider",
"title": "Provider",
"plugin": "myprovider",
"plugin": "pas.plugins.authomatic",
"url": "https://some.example.com/login-url",
},
{
"id": "github",
"title": "GitHub",
"plugin": "github",
"plugin": "pas.plugins.authomatic",
"url": "https://some.example.com/login-authomatic/github",
},
]
Expand Down

0 comments on commit a0df4a1

Please sign in to comment.