Is your feature request related to a problem? Please describe.
Currently the API key is visible in the UI which poses a security risk. Exposing API keys can lead to unauthorized usage and abuse of analytics services.
Describe the solution you'd like
Remove API key visibility from the UI. API keys should only be stored and accessed securely from environment variables or backend configuration.
Describe alternatives you've considered
Masking the API key partially in UI, but complete removal is safer.
Additional context
Security best practice: never expose secret keys in frontend or public UI.
Is your feature request related to a problem? Please describe.
Currently the API key is visible in the UI which poses a security risk. Exposing API keys can lead to unauthorized usage and abuse of analytics services.
Describe the solution you'd like
Remove API key visibility from the UI. API keys should only be stored and accessed securely from environment variables or backend configuration.
Describe alternatives you've considered
Masking the API key partially in UI, but complete removal is safer.
Additional context
Security best practice: never expose secret keys in frontend or public UI.