Commit 6de8dd5
authored
Fix Frontend env naming for API Gateway (#6555)
## Summary
Fixes bug introduced from previous PR
## Changes proposed
- Fixes the naming for env var for API gateway token in frontend
## Context for reviewers
In my previous PR, I copied pasted the object to add my env var, and I
forgot to change the name. This caused my param to overwrite the API JWT
token, causing the frontend to fail
## Validation steps
<!-- Manual testing instructions, as well as any helpful references
(screenshots, GIF demos, code examples or output). -->1 parent f860b2e commit 6de8dd5
File tree
1 file changed
+1
-1
lines changed- infra/frontend/app-config/env-config
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments