Added connected devices. Improved logging. UI fixes

This commit is contained in:
Ultradesu
2026-06-10 23:30:03 +01:00
parent bcee68eb4e
commit 02a396c146
25 changed files with 2540 additions and 314 deletions
+1 -2
View File
@@ -190,8 +190,7 @@ mod tests {
#[test]
fn sso_code_from_deep_link() {
let code =
extract_sso_code("furumi://auth/callback?code=furu_mx_abc123").unwrap();
let code = extract_sso_code("furumi://auth/callback?code=furu_mx_abc123").unwrap();
assert_eq!(code, "furu_mx_abc123");
}