4171a3138b57832f2ed44eeb66ee726e9ee87f30
Implemented a new `LoginSender.razor` component to provide a login page for "Sender" users. The page includes: - A responsive card layout with a header, input fields for "Username" and "Password," and a submit button with a loading spinner. - Error handling for invalid credentials and server errors, with appropriate alerts. - A password visibility toggle for better user experience. - Integration with `AuthService` for authentication and `NavigationManager` for redirection. Added Blazor code-behind logic to manage state, handle login submission, and trigger login on "Enter" key press. The page is styled with a custom theme and includes a footer for support information.
Description
No description provided
Languages
JavaScript
86.6%
C#
6.7%
Visual Basic .NET
2.7%
HTML
2.4%
CSS
1.1%
Other
0.4%