common mode register fix

This commit is contained in:
filipriec
2025-04-10 22:18:01 +02:00
parent d36348b84f
commit 337d6050ff
2 changed files with 14 additions and 2 deletions

View File

@@ -203,6 +203,7 @@ impl EventHandler {
action,
form_state,
auth_state,
register_state,
grpc_client,
&mut self.auth_client,
terminal,
@@ -286,6 +287,7 @@ impl EventHandler {
action,
form_state,
auth_state,
register_state,
grpc_client,
&mut self.auth_client,
terminal,