message changed

This commit is contained in:
paritosh18
2026-04-27 11:55:50 +05:30
parent 75025b62d9
commit d1c4ad76ba

View File

@@ -198,7 +198,7 @@ export class OperatorAuthService {
}
if (user.userPassword) {
throw new ApiError(400, 'Password already exists. Please login.');
throw new ApiError(400, 'Password already created. Please login.');
}
const saltRounds = parseInt(process.env.SALT_ROUNDS || '10', 10);