Skip to content

Conversation

@neozhu
Copy link
Owner

@neozhu neozhu commented Nov 12, 2023

No description provided.

MatteoZampariniDev and others added 30 commits October 18, 2023 12:31
Snackbar.Clear();
Snackbar.Configuration.PositionClass = Defaults.Classes.Position.TopCenter;
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; });
Logger.LogInformation("Password reset token sent to {0}.", _emailAddress);

Check warning

Code scanning / CodeQL

Exposure of private information

Private data returned by [access to field _emailAddress](1) is written to an external location.
@neozhu neozhu merged commit 85bbb35 into main Nov 12, 2023
@neozhu neozhu deleted the dev branch July 11, 2025 12:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants