Skip to content
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

Remove trailing spaces in textbox while adding new user. #6848

Merged
merged 5 commits into from
Dec 14, 2023

Conversation

AshrafMd-1
Copy link
Contributor

@AshrafMd-1 AshrafMd-1 commented Dec 11, 2023

WHAT

🤖[deprecated] Generated by Copilot at 6603448

Trim whitespace from user input in UserAdd component. This prevents invalid usernames and passwords from being submitted when adding new users in src/Components/Users/UserAdd.tsx.

Proposed Changes

@coronasafe/care-fe-code-reviewers @coronasafe/code-reviewers

Merge Checklist

  • Add specs that demonstrate bug / test a new feature.
  • Update product documentation.
  • Ensure that UI text is kept in I18n files.
  • Prep screenshot or demo video for changelog entry, and attach it to issue.
  • Request for Peer Reviews
  • Completion of QA

HOW

🤖[deprecated] Generated by Copilot at 6603448

  • Trim any whitespace from username and password fields before validation (link, link) in UserAdd.tsx

@AshrafMd-1 AshrafMd-1 requested a review from a team as a code owner December 11, 2023 14:54
Copy link

vercel bot commented Dec 11, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
care-storybook ✅ Ready (Inspect) Visit Preview 💬 Add feedback Dec 14, 2023 9:17am

Copy link

netlify bot commented Dec 11, 2023

Deploy Preview for care-egov-staging ready!

Name Link
🔨 Latest commit 02e7ca3
🔍 Latest deploy log https://app.netlify.com/sites/care-egov-staging/deploys/657ac7f01bd09f0008639031
😎 Deploy Preview https://deploy-preview-6848--care-egov-staging.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@nihal467
Copy link
Member

LGTM

@khavinshankar khavinshankar merged commit 5b0bca7 into coronasafe:develop Dec 14, 2023
36 checks passed
@AshrafMd-1 AshrafMd-1 deleted the Fix-#6783 branch December 14, 2023 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trim the text fields in the add user form before submitting
4 participants