Add a system to restrict untrusted IPs

This commit is contained in:
2023-12-12 01:52:46 +01:00
parent 4c839eb2d1
commit c7f7bfe67c
5 changed files with 43 additions and 3 deletions

View File

@ -57,7 +57,7 @@ export function NetworksListRoute(): React.ReactElement {
snackbar("The network was successfully deleted!");
} catch (e) {
console.error(e);
alert("Failed to delete the network!");
alert(`Failed to delete the network!\n${e}`);
}
};