diff --git a/frontend-nextjs/.env.example b/frontend-nextjs/.env.example index a44dc28..05a39d7 100644 --- a/frontend-nextjs/.env.example +++ b/frontend-nextjs/.env.example @@ -4,7 +4,12 @@ NEXT_PUBLIC_SUPABASE_URL= NEXT_PUBLIC_SUPABASE_ANON_KEY= JWT_SECRET_KEY= + +# Encryption key for E2E encryption of API keys +# You can generate a random key with `openssl rand -base64 32` ENCRYPTION_KEY= + +# OpenAI API key OPENAI_API_KEY= # NEXT_PUBLIC_SUPABASE_URL=http://localhost:54321 diff --git a/frontend-nextjs/app/components/Nav/NavbarButtons.tsx b/frontend-nextjs/app/components/Nav/NavbarButtons.tsx index 821b381..78d573e 100644 --- a/frontend-nextjs/app/components/Nav/NavbarButtons.tsx +++ b/frontend-nextjs/app/components/Nav/NavbarButtons.tsx @@ -54,8 +54,8 @@ const NavbarButtons: React.FC = ({ >