switch between login or form in the save request
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user