From e93408c00d6d639a55bcfb352df3597d398f6003 Mon Sep 17 00:00:00 2001 From: "ashutosh.nehete" Date: Wed, 8 Oct 2025 11:30:47 +0530 Subject: [PATCH] Removed the FCM token verify MPIN API --- Marco.Pms.Model/Dtos/Authentication/VerifyMPINDto.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Marco.Pms.Model/Dtos/Authentication/VerifyMPINDto.cs b/Marco.Pms.Model/Dtos/Authentication/VerifyMPINDto.cs index ae7844b..034e5a5 100644 --- a/Marco.Pms.Model/Dtos/Authentication/VerifyMPINDto.cs +++ b/Marco.Pms.Model/Dtos/Authentication/VerifyMPINDto.cs @@ -5,6 +5,5 @@ public required Guid EmployeeId { get; set; } public required string MPIN { get; set; } public required string MPINToken { get; set; } - public required string FcmToken { get; set; } } }