Skip to content

Commit

Permalink
try to fix avatars
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Lerch <[email protected]>
  • Loading branch information
ryanlerch committed Apr 6, 2024
1 parent c8e2f1e commit 7297f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tahrir/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def make_openid_identifier_property(identifier):
@property
def openid_identifier(self):
prefix, domain = identifier.split("://")
return f"http://{self.nickname}.{domain}"
return f"{self.nickname}@fedoraproject.org"

return openid_identifier

Expand Down

0 comments on commit 7297f5c

Please sign in to comment.