Skip to content
This repository has been archived by the owner on Jun 23, 2024. It is now read-only.

Commit

Permalink
wtf
Browse files Browse the repository at this point in the history
Signed-off-by: AlexNg <contact@ngjx.org>
  • Loading branch information
caffeine-addictt committed Jun 21, 2024
1 parent b06d2aa commit 8403acc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions Desktop/Desktop/Forms/LoginForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ private void loginbutton_Click(object sender, EventArgs e)
// Success
Global.CurrentUser = user;
errorLabel.Text = "";
usernameTextInput.Text = "";
passwordTextInput.Text = "";

Hide();
MainForm.Show();
Expand Down
2 changes: 1 addition & 1 deletion Desktop/Desktop/Forms/MainForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Desktop/Desktop/Forms/SurveyForm.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8403acc

Please sign in to comment.