WIP: Added validation to login form #9

Open
collins wants to merge 4 commits from BISKI2023-18 into dev
collins commented 2 years ago
Collaborator

implementation of username and password validation

implementation of username and password validation
collins added 1 commit 2 years ago
collins added 1 commit 2 years ago
collins added 1 commit 2 years ago
barhen requested changes 2 years ago
public partial class Login
{
private string m_email, m_password;
private bool showUsernameError, showPasswordError;
barhen commented 2 years ago
Poster
Owner

please use m_variableName when creating member variables

please use m_variableName when creating member variables
private bool showUsernameError, showPasswordError;
private bool m_remember { get; set; }
protected bool IsVisible { get; set; }
public bool validStatus = false;
barhen commented 2 years ago
Poster
Owner

@collins please start public variables with capital letters

@collins please start public variables with capital letters
barhen changed title from Added validation to login form to WIP: Added validation to login form 2 years ago
barhen added 1 commit 2 years ago

Reviewers

barhen requested changes 2 years ago
This pull request has changes conflicting with the target branch.
Client/Biskilog Accounting.Client.csproj
Client/Pages/Auth/Login.razor
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date

No due date set.

Dependencies

This pull request currently doesn't have any dependencies.

Loading…
There is no content yet.