Skip to content

Commit

Permalink
Add full name
Browse files Browse the repository at this point in the history
  • Loading branch information
annapurna-gupta committed Dec 13, 2024
1 parent cee3269 commit d6ffaf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mslib/mscolab/file_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def auth_type(self, u_id, op_id):
return False
return perm.access_level

def modify_user_fullname(self, user, value=None, action=None):
def modify_user(self, user, attribute=None, value=None, action=None):
if action == "create":
user_query = User.query.filter_by(emailid=str(user.emailid)).first()
if user_query is None:
Expand Down

0 comments on commit d6ffaf8

Please sign in to comment.