Skip to content

Commit

Permalink
black
Browse files Browse the repository at this point in the history
  • Loading branch information
erral committed Mar 3, 2024
1 parent 9b206ed commit 54d6826
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/pas/plugins/authomatic/services/login.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ def get_providers(self):
id=provider_id,
plugin="authomatic",
title=title,
url=self.context.absolute_url() + '/@login-authomatic/' + provider_id
url=self.context.absolute_url()
+ "/@login-authomatic/"
+ provider_id,
)
)

return {"options": options}

0 comments on commit 54d6826

Please sign in to comment.