diff options
Diffstat (limited to 'src/lib/login')
| -rw-r--r-- | src/lib/login/fresh.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/login/fresh.rs b/src/lib/login/fresh.rs index 76998ff..683d4af 100644 --- a/src/lib/login/fresh.rs +++ b/src/lib/login/fresh.rs | |||
| @@ -210,7 +210,7 @@ pub async fn get_fresh_nsec_signer() -> Result< | |||
| 210 | } | 210 | } |
| 211 | } | 211 | } |
| 212 | 212 | ||
| 213 | fn show_prompt_success(label: &str, value: &str) { | 213 | pub fn show_prompt_success(label: &str, value: &str) { |
| 214 | eprintln!("{}", { | 214 | eprintln!("{}", { |
| 215 | let mut s = String::new(); | 215 | let mut s = String::new(); |
| 216 | let _ = ColorfulTheme::default().format_input_prompt_selection(&mut s, label, value); | 216 | let _ = ColorfulTheme::default().format_input_prompt_selection(&mut s, label, value); |