Skip to content

Commit

Permalink
Add new gitlab auth endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh5 committed Feb 17, 2024
1 parent 89cee3b commit 2f8eaa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unmanic/libs/session.py
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ def get_github_login_url(self):
:return:
"""
return "{0}/github-login".format(self.get_site_url())
return "{0}/support-auth-api/v1/login_github/login".format(self.get_site_url())

def get_discord_login_url(self):
"""
Expand Down

0 comments on commit 2f8eaa6

Please sign in to comment.