Simplify rights assignation for mobile application

This commit is contained in:
2025-03-19 21:12:20 +01:00
parent 7155d91bed
commit 867afb8058
2 changed files with 21 additions and 5 deletions

View File

@ -106,7 +106,7 @@ function TokensRouteInner(p: {
snackbar("The token was successfully deleted!");
} catch (e) {
console.error(e);
alert("Failed to delete API token!");
alert(`Failed to delete API token! ${e}`);
}
};