You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Snackbar.Add(string.Format(L["The email has been sent, please check the email:{0} "],_emailAddress), MudBlazor.Severity.Success,config=> { config.ShowCloseIcon=false; config.HideTransitionDuration=5000; });
96
-
Logger.LogInformation("{@UserName:l}'s password reset token: {@Token} has been sent", _user.UserName,_resetPasswordToken);
96
+
Logger.LogInformation("{@UserName:l}'s password reset token: {@Token} has been sent", _user.UserName,"******");
0 commit comments