switch between login or form in the save request

This commit is contained in:
filipriec
2025-03-31 15:55:54 +02:00
parent 3ccf71ed0f
commit 7f5b671084
3 changed files with 6 additions and 7 deletions

View File

@@ -131,6 +131,7 @@ impl EventHandler {
return common::handle_core_action(
action,
form_state,
&mut self.auth_state,
grpc_client,
terminal,
app_state,
@@ -191,6 +192,7 @@ impl EventHandler {
return common::handle_core_action(
action,
form_state,
&mut self.auth_state,
grpc_client,
terminal,
app_state,