14 lines
509 B
Rust
14 lines
509 B
Rust
Index: src/service/firstrun/mod.rs
|
|
--- src/service/firstrun/mod.rs.orig
|
|
+++ src/service/firstrun/mod.rs
|
|
@@ -190,8 +190,8 @@ impl Service {
|
|
eprintln!(
|
|
"Open your Matrix client of choice and register an account on {} using the \
|
|
registration token {} . Pick your own username and password!",
|
|
- self.services.globals.server_name().bold().green(),
|
|
- self.first_account_token.as_str().bold().green()
|
|
+ self.services.globals.server_name(),
|
|
+ self.first_account_token.as_str()
|
|
);
|
|
|
|
match (
|