Skip to content

Update CustomizationPanel.tsx #240

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 1 addition & 24 deletions app/src/containers/CustomizationPanel.tsx
Original file line number Diff line number Diff line change
@@ -1,27 +1,4 @@
MONGO_DB=mongodb+srv://liamrohx:[email protected]/?retryWrites=true&w=majority
MONGO_DB_TEST = mongodb+srv://liamrohx:[email protected]/?retryWrites=true&w=majority
SESSION_SECRET=asdsidfhbos
GITHUB_SECRET=1c04117be910fe28236512624b03118f34011b6d
GITHUB_CLIENT=a75cc51ac4cc28669298
GOOGLE_SECRET=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
GOOGLE_CLIENT=479450635771-dgavg40p3kv8ehf4vfkk0098ve45ntot.apps.googleusercontent.com
NODE_ENV=development
# AWS Amplify Configuration
REACT_APP_AWS_PROJECT_REGION=us-west-1
REACT_APP_AWS_COGNITO_IDENTITY_POOL_ID=us-west-1:815039e6-65a1-4c93-bec0-8e7b26758660
REACT_APP_AWS_COGNITO_REGION=us-west-1
REACT_APP_AWS_USER_POOLS_ID=us-west-1_VjLE8k86f
REACT_APP_AWS_USER_POOLS_WEB_CLIENT_ID=3np0jl55d2q2qdtrb7dj3vn182
REACT_APP_AWS_COGNITO_USERNAME_ATTRIBUTES=
REACT_APP_AWS_COGNITO_SOCIAL_PROVIDERS=
REACT_APP_AWS_COGNITO_SIGNUP_ATTRIBUTES=EMAIL
REACT_APP_AWS_COGNITO_MFA_CONFIGURATION=OFF
REACT_APP_AWS_COGNITO_MFA_TYPES=SMS
REACT_APP_AWS_COGNITO_PASSWORD_PROTECTION_SETTINGS_PASSWORDPOLICYMINLENGTH=8
REACT_APP_AWS_COGNITO_PASSWORD_PROTECTION_SETTINGS_PASSWORDPOLICYCHARACTERS=
REACT_APP_AWS_COGNITO_VERIFICATION_MECHANISMS=EMAIL
REACT_APP_AWS_USER_FILES_S3_BUCKET=reactypemktimgs233034-dev
REACT_APP_AWS_USER_FILES_S3_BUCKET_REGION=us-west-1import {
import {
Button,
Dialog,
DialogActions,
Expand Down