Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ Application Layer refactor #553

Merged
merged 45 commits into from
Nov 12, 2023
Merged

✨ Application Layer refactor #553

merged 45 commits into from
Nov 12, 2023

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 Medium

Private data returned by
access to field _emailAddress
is written to an external location.
@neozhu neozhu merged commit 85bbb35 into main Nov 12, 2023
3 checks passed
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.

None yet

2 participants