You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are clearing the var "_password" on startup. You should move the line "_password = passwordTextBox.Text;" into the if statement right above it so that it doesn't run during initialization.
passwordTextBox.Text is empty during initialization.
The text was updated successfully, but these errors were encountered:
DaniRainbow
added a commit
to DaniRainbow/quiet-on-the-set
that referenced
this issue
Apr 11, 2022
You are clearing the var "_password" on startup. You should move the line "_password = passwordTextBox.Text;" into the if statement right above it so that it doesn't run during initialization.
passwordTextBox.Text is empty during initialization.
The text was updated successfully, but these errors were encountered: