Skip to content

refactor: move signin component code into separate utility file#100

Open
himanshpande wants to merge 1 commit into
khazifire:mainfrom
himanshpande:refactor/extract-signin-code-snippet
Open

refactor: move signin component code into separate utility file#100
himanshpande wants to merge 1 commit into
khazifire:mainfrom
himanshpande:refactor/extract-signin-code-snippet

Conversation

@himanshpande
Copy link
Copy Markdown

What I changed

  • Moved signinComponentCode into a separate utility file for better code organization.
  • Removed large inline code string from the main component file.
  • Imported the code snippet from the utility module instead of maintaining it inside the page component.

Why I changed it

  • Improves readability and maintainability of the main component file.
  • Makes code snippets reusable and easier to manage as the component library grows.
  • Keeps presentation logic separated from raw source code.

How I tested it

  • Verified the component renders correctly.
  • Tested clipboard copy functionality after importing the external code string.
  • Confirmed no import or build errors after refactoring.

@vercel
Copy link
Copy Markdown

vercel Bot commented May 23, 2026

Someone is attempting to deploy a commit to the khazifire's projects Team on Vercel.

A member of the Team first needs to authorize it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant