mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-23 08:32:23 +03:00
fix: add login print back that somehow got lost
This commit is contained in:
parent
6a400dd850
commit
943713fbee
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user