diff --git a/gui/src/installer/step/backend.rs b/gui/src/installer/step/backend.rs index 6ab85b7c9..2386e80cf 100644 --- a/gui/src/installer/step/backend.rs +++ b/gui/src/installer/step/backend.rs @@ -252,6 +252,7 @@ impl Step for RemoteBackendLogin { email: email.clone(), remote_backend, }; + return Command::perform(async move {}, |_| Message::Next); } Err(e) => { if let Error::Auth(AuthError { http_status, .. }) = e {