Add umu-run discovery (#122)

Signed-off-by: quexeky <git@quexeky.dev>
This commit is contained in:
quexeky
2025-08-19 10:52:24 +10:00
committed by DecDuck
parent 5eef2bf60f
commit 4f5fccf0c1
4 changed files with 43 additions and 17 deletions

View File

@ -130,7 +130,7 @@ pub fn auth_initiate_code(app: AppHandle) -> Result<String, RemoteAccessError> {
let code = auth_initiate_logic("code".to_string())?;
let header_code = code.clone();
println!("using code: {} to sign in", code);
println!("using code: {code} to sign in");
tauri::async_runtime::spawn(async move {
let load = async || -> Result<(), RemoteAccessError> {