Autocomplete on env variables
I was adding an api env variable key. To my surprise, autocomplete showed my other keys. Are these keys now being tracked by the browser? Would it be possible to disable autofill or autocomplete for the env variables?
4 Replies
Hi @tstepro , can you provide more details for what you're seeing? Are you talking about client-side (built-time) or server-side environment variables?
Is it the auto-complete in the browser on the dashboard?
I have also seen this and been surprised. The convex dashboard in the browser autocompletes env variables, which can be a little spooky when it's a secret api key
Will fix, thanks for report!