Skip to content

Commit

Permalink
fix: non required field
Browse files Browse the repository at this point in the history
  • Loading branch information
akshatmittal61 committed Jun 24, 2024
1 parent e8eb7c1 commit 7ae081f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ DB_URI={{ db_uri }}
JWT_SECRET={{ jwt_secret }}
NEXT_PUBLIC_FRONTEND_BASE_URL={{ frontend_base_url }
NEXT_PUBLIC_BACKEND_BASE_URL={{ backend_base_url }}
GOOGLE_CLIENT_ID={{ google_client_id }}
GOOGLE_CLIENT_SECRET={{ google_client_secret }}
GOOGLE_REFRESH_TOKEN={{ google_refresh_token }}
GOOGLE_REDIRECT_URI={{ google_redirect_uri }}
GOOGLE_EMAIL={{ google_email }}

# All the environment variables mentioned above are required for the application to run.

Expand Down
1 change: 0 additions & 1 deletion components/Auth/Onboarding/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ const AuthOnboarding: React.FC<IAuthOnboardingProps> = ({
placeholder="Avatar URL"
name="avatar"
type="text"
required
value={data.avatar}
onChange={handleChange}
/>
Expand Down

0 comments on commit 7ae081f

Please sign in to comment.