Open Sage-Enc opened 3 months ago
When user already existed, the registerUser wasn't removing the file from /public/temp/. So, to solve this issue:
So now when user already exists in the database the server will handle the locally stored file before throwing the error.
When user already existed, the registerUser wasn't removing the file from /public/temp/. So, to solve this issue:
So now when user already exists in the database the server will handle the locally stored file before throwing the error.