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

Added Bcrypt feature #108

Closed
wants to merge 0 commits into from
Closed

Added Bcrypt feature #108

wants to merge 0 commits into from

Conversation

dellucifer
Copy link

Fixed Issue #107

@vercel
Copy link

vercel bot commented Oct 22, 2022

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

Name Status Preview Updated
text-utils ✅ Ready (Inspect) Visit Preview Oct 25, 2022 at 5:41PM (UTC)

@dellucifer
Copy link
Author

@Susmita-Dey Accept the PR please, and already starred the repo :)

Copy link
Owner

@Susmita-Dey Susmita-Dey left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix merge conflicts

@dellucifer
Copy link
Author

In package files, the react-scripts are labeled as "react-scripts": "5.0.1" but it must be "react-scripts": "^5.0.1". This ^ is missing in the pre-existing file resulting in throwing an error when you clone this repo and run the app using npm start.

@Susmita-Dey
Copy link
Owner

In package files, the react-scripts are labeled as "react-scripts": "5.0.1" but it must be "react-scripts": "^5.0.1". This ^ is missing in the pre-existing file resulting in throwing an error when you clone this repo and run the app using npm start.

fix it

@dellucifer
Copy link
Author

Fixed it but it is having conflicts with the main branch, can you please guide me a little bit, I haven't faced conflicts error ever. So, I don't know that much about resolving conflicts.

@Susmita-Dey
Copy link
Owner

@dellucifer Go through this blog.

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.

Adding new feature to convert the text into Bcrypt hash
2 participants