Simplify rights assignation for mobile application
This commit is contained in:
@ -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}`);
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user