Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhongxuanWang committed Dec 3, 2023
1 parent 187e4e9 commit da431dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/students/routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def signout_student():
"""

if logout_user():
return success_message(current_user.serialize(ios_style=True))
return success_message("Success. ")
else:
return failure_message(FAIL_MSG.SIGNOUT_FAILED)

Expand Down

0 comments on commit da431dc

Please sign in to comment.