Skip to content

Commit

Permalink
reset pass url
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsan-g committed Nov 3, 2023
1 parent 066701e commit 8f748a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion say/models/reset_password_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def is_expired(self):
@property
def link(self):
return urljoin(
'https://dapp.saydao.org', auth/reset-password + f'?token={self.token}'
'https://dapp.saydao.org', 'auth/reset-password' + f'?token={self.token}'
)

def send_email(self, language):
Expand Down

0 comments on commit 8f748a3

Please sign in to comment.