Skip to content

Commit

Permalink
revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
annapurna-gupta committed Jan 25, 2025
1 parent 97c0ff7 commit cb4fbc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/mscolab/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def __init__(self, emailid, username, password, fullname="", profile_image_path=
self.authentication_backend = str(authentication_backend)

def __repr__(self):
return f'<User {self.username}, fullname={self.fullname}>'
return f'<User {self.username}>'

def hash_password(self, password):
self.password = pwd_context.hash(password)
Expand Down

0 comments on commit cb4fbc5

Please sign in to comment.