diff --git a/TIAM.Services/SignalRTags.cs b/TIAM.Services/SignalRTags.cs index 32bb6e69..716f02f5 100644 --- a/TIAM.Services/SignalRTags.cs +++ b/TIAM.Services/SignalRTags.cs @@ -114,5 +114,8 @@ public class SignalRTags : AcSignalRTags public const int UserChangePassword = 139; public const int UserForgotPassword = 140; + public const int GuestUpdateTransfer = 150; + public const int DriverUpdateTransfer = 151; + public const int GetAllLogItemsByFilterText = 1000; } diff --git a/TIAMSharedUI/Pages/ForgottenPassword.razor b/TIAMSharedUI/Pages/ForgottenPassword.razor index 92dd2e7b..aa678f13 100644 --- a/TIAMSharedUI/Pages/ForgottenPassword.razor +++ b/TIAMSharedUI/Pages/ForgottenPassword.razor @@ -34,16 +34,18 @@
@Context.UserDto.EmailAddress
-@Context.UserDto.PhoneNumber
-@Context.UserDto.EmailAddress
+@Context.UserDto.PhoneNumber
+Dear {user.Profile.FirstName},
- //Please follow the link below to renew your password:
- //- //
- //If you did not request this, please disregard this email.
- //Thank you,
Tour I Am team