This commit is contained in:
filipriec
2025-03-31 17:10:51 +02:00
parent 07c48985e4
commit 060cff3f0f
3 changed files with 10 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ pub async fn handle_core_action(
},
"save_and_quit" => {
let message = if app_state.ui.show_login {
login_save(auth_state, grpc_client).await?
login_save(auth_state, auth_client, app_state).await?
} else {
form_save(
form_state,