diff --git a/parity/signer.rs b/parity/signer.rs index 835cc397a..09bab3de9 100644 --- a/parity/signer.rs +++ b/parity/signer.rs @@ -86,7 +86,8 @@ pub fn execute(cmd: SignerCommand) -> Result { r#" Open: {} to authorize your browser. -Or use the code: {}"#, +Or use the code: +{}"#, Colour::White.bold().paint(auth_url), code ))