This commit is contained in:
2026-03-10 14:11:28 +07:00
parent 2b2ff135ba
commit 8850f158ab
7 changed files with 71 additions and 97 deletions

View File

@@ -283,7 +283,10 @@ impl RelayAuth {
});
window.push_notification(
Notification::success(format!("{} has been authenticated", url)),
Notification::success(format!(
"{} has been authenticated",
url.domain().unwrap_or_default()
)),
cx,
);
}