minor changes

This commit is contained in:
filipriec
2025-04-07 17:36:59 +02:00
parent 0e1fc3f5fa
commit bb103fac6c
2 changed files with 5 additions and 5 deletions

View File

@@ -80,7 +80,7 @@ pub async fn save(
/// Reverts the login form fields to empty and returns to the previous screen (Intro).
pub async fn revert(
auth_state: &mut AuthState,
_app_state: &mut AppState, // Prefix unused variable
app_state: &mut AppState,
) -> String {
// Clear the input fields
auth_state.username.clear();