You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixes#308
Fix error on copy-paste if key value has '='.
* **apps/shelve/app/components/project/CreateVariables.vue**
- Update `parseEnvFile` function to split only on the first '='.
- Update `paste` event handler to split only on the first '='.
* **apps/lp/app/components/vault/Encrypt.vue**
- Update `saveEnvFile` function to split only on the first '='.
* **apps/lp/app/components/vault/Decrypt.vue**
- Update `decryptEnvFile` function to split only on the first '='.
* **packages/cli/src/utils/env.ts**
- Update `copyEnv` function to split only on the first '='.
- Update `downloadEnv` function to split only on the first '='.
* **apps/shelve/app/utils/clipboard.ts**
- Update `copyToClipboard` function to split only on the first '='.
---
For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/HugoRCD/shelve/issues/308?shareId=XXXX-XXXX-XXXX-XXXX).
No description provided.
The text was updated successfully, but these errors were encountered: