Closed birthdaysgift closed 1 year ago
While working on separating user-related functionality (#79) we forgot to move get_current_user function to the src/users package.
get_current_user
src/users
So in the scope of this ticket we need to move get_current_user to src/users/utils.py.
src/users/utils.py
While working on separating user-related functionality (#79) we forgot to move
get_current_user
function to thesrc/users
package.So in the scope of this ticket we need to move
get_current_user
tosrc/users/utils.py
.