Skip to content

Commit

Permalink
Merge pull request #92 from SmoFlaDru/dev-benno
Browse files Browse the repository at this point in the history
Fix login URL
  • Loading branch information
Bensge authored Nov 13, 2023
2 parents e97a0d1 + a9f7ad2 commit b343f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spybot/recorder/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -184,5 +184,5 @@ def send_queued_messages(self, client_id: int, user: TSUser):
def send_login_link(self, client_id: int, user: TSUser):
link = LoginLink(user=user.merged_user)
link.save()
message = "Log into your account on Spybot: https://spybot.bensge.com/auth?code=" + quote_plus(str(link.code))
message = "Log into your account on Spybot: https://spybot.bensge.com/link_auth?code=" + quote_plus(str(link.code))
self.ts.send_text_message(client_id, message)

0 comments on commit b343f0c

Please sign in to comment.