hide tokens page for readonly users

This commit is contained in:
henrygd
2025-07-16 14:41:23 -04:00
parent f577476c81
commit 752ccc6beb
3 changed files with 9 additions and 3 deletions

View File

@@ -63,7 +63,7 @@ export default function SettingsLayout() {
title: t`Tokens & Fingerprints`,
href: getPagePath($router, "settings", { name: "tokens" }),
icon: FingerprintIcon,
// admin: true,
noReadOnly: true,
},
{
title: t`YAML Config`,