.
This commit is contained in:
@@ -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,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user