not working, needs more fixes

This commit is contained in:
filipriec
2025-08-19 22:14:43 +02:00
parent 3eea6b9e88
commit 2cda54633f
2 changed files with 19 additions and 7 deletions

View File

@@ -21,6 +21,7 @@ pub struct AuthState {
}
/// Represents the state of the Login form UI
#[derive(Clone)]
pub struct LoginState {
pub username: String,
pub password: String,