mirror of
https://github.com/tale/headplane.git
synced 2026-08-16 16:28:21 +00:00
feat: add a warning banner on the login page for misconfigured cookies
This commit is contained in:
@@ -25,7 +25,13 @@ export default defineConfig({
|
||||
{ text: 'Docker', link: '/install/docker' },
|
||||
],
|
||||
},
|
||||
{ text: 'Configuration', link: '/configuration' },
|
||||
{
|
||||
text: 'Configuration',
|
||||
link: '/configuration',
|
||||
items: [
|
||||
{ text: 'Common Issues', link: '/configuration/common-issues' },
|
||||
],
|
||||
},
|
||||
{ text: 'Nix', link: '/Nix' },
|
||||
{ text: 'NixOS', link: '/NixOS-options' },
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user