From d1c4ad76ba0a884a57a919d6c91214795d544eae Mon Sep 17 00:00:00 2001 From: paritosh18 Date: Mon, 27 Apr 2026 11:55:50 +0530 Subject: [PATCH] message changed --- src/modules/host/services/operatorAuth.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/host/services/operatorAuth.service.ts b/src/modules/host/services/operatorAuth.service.ts index 15ebc34..14b4809 100644 --- a/src/modules/host/services/operatorAuth.service.ts +++ b/src/modules/host/services/operatorAuth.service.ts @@ -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);