From 7f4f266dd0f03966881580fd451279c1c8133dbe Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Wed, 13 Aug 2025 10:35:24 +0530 Subject: [PATCH] Changed the notification body --- Marco.Pms.Services/Controllers/AuthController.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Marco.Pms.Services/Controllers/AuthController.cs b/Marco.Pms.Services/Controllers/AuthController.cs index b817274..57c7141 100644 --- a/Marco.Pms.Services/Controllers/AuthController.cs +++ b/Marco.Pms.Services/Controllers/AuthController.cs @@ -261,8 +261,8 @@ namespace MarcoBMS.Services.Controllers Token = loginDto.DeviceToken, Notification = new Notification { - Title = "Hello from .NET", - Body = "This is a test message" + Title = "Hello from AuthController", + Body = "This is a test with not increased response time message" } };