chore: style

This commit is contained in:
DecDuck
2025-05-15 14:58:01 +10:00
parent 1d141c117b
commit 6dad3aeab7
5 changed files with 12 additions and 9 deletions

View File

@ -55,7 +55,7 @@ export default defineClientEventHandler(
title: `"${client.name}" can now access ${capability}`,
description: `A device called "${client.name}" now has access to your ${capability}.`,
actions: ["Review|/account/devices"],
acls: ["user:clients:read"]
acls: ["user:clients:read"],
});
return {};