Skip to content

Commit

Permalink
fix: changes in auth ts for getting undefine secret key
Browse files Browse the repository at this point in the history
  • Loading branch information
deechavhan098 committed Sep 9, 2024
1 parent 9b40c0b commit e921f55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/student-app/.env.development
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-dev.uniteframework.io
REACT_APP_SECRET_KEY='9ca6e96d-f72e-4208-91f4-a2d8e681f767'
REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767
2 changes: 1 addition & 1 deletion packages/student-app/.env.production
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
REACT_APP_OAUTH_PROXY_ENABLED=false
REACT_APP_API_URL=https://alt-dev.uniteframework.io/api/v1
REACT_APP_BASE_URL=https://alt-dev.uniteframework.io
REACT_APP_SECRET_KEY='9ca6e96d-f72e-4208-91f4-a2d8e681f767'
REACT_APP_SECRET_KEY=9ca6e96d-f72e-4208-91f4-a2d8e681f767

0 comments on commit e921f55

Please sign in to comment.