Clean up password prompt during account creation
nel.pet 8 months ago 220b4bb2 65892bc7
··· 154 154 } 155 155 }; 156 156 let password = match readln(Some( 157 157 - "Please type in the password you want to use on your new PDS", 157 157 + "Please type in the password you want to use on your new PDS: ", 158 158 )) { 159 159 Ok(string) => string, 160 160 Err(err) => {