message changed
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user