fix: add login print back that somehow got lost

This commit is contained in:
dr-frmr 2024-05-08 13:45:34 -06:00
parent 6a400dd850
commit 943713fbee
No known key found for this signature in database

View File

@ -172,6 +172,11 @@ async fn main() {
)
.await;
#[cfg(not(feature = "simulation-mode"))]
println!(
"login or register at http://localhost:{}\r",
http_server_port
);
#[cfg(not(feature = "simulation-mode"))]
let (our, encoded_keyfile, decoded_keyfile) = serve_register_fe(
&home_directory_path,