diff --git a/.prettierrc b/.prettierrc
index 0930e3a..635543c 100644
--- a/.prettierrc
+++ b/.prettierrc
@@ -3,7 +3,7 @@
"singleQuote": true,
"tabWidth": 2,
"useTabs": true,
- "printWidth": 120,
+ "printWidth": 150,
"trailingComma": "none",
"bracketSpacing": true,
"arrowParens": "always",
diff --git a/client/README.md b/client/README.md
index 7f741a6..7bf3ec9 100644
--- a/client/README.md
+++ b/client/README.md
@@ -33,21 +33,19 @@ See the section about [deployment](https://facebook.github.io/create-react-app/d
**Note: this is a one-way operation. Once you `eject`, you can't go back!**
-If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will
-remove the single build dependency from your project.
+If you aren't satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build
+dependency from your project.
-Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right
-into your project so you have full control over them. All of the commands except `eject` will still work, but they will
-point to the copied scripts so you can tweak them. At this point you're on your own.
+Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have
+full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this
+point you're on your own.
-You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you
-shouldn't feel obligated to use this feature. However we understand that this tool wouldn't be useful if you couldn't
-customize it when you are ready for it.
+You don't have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn't feel obligated to use this
+feature. However we understand that this tool wouldn't be useful if you couldn't customize it when you are ready for it.
## Learn More
-You can learn more in the
-[Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
+You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
To learn React, check out the [React documentation](https://reactjs.org/).
diff --git a/client/src/components/AuthForms/AuthenticationForm.jsx b/client/src/components/AuthForms/AuthenticationForm.jsx
index 9551fda..21a88f1 100644
--- a/client/src/components/AuthForms/AuthenticationForm.jsx
+++ b/client/src/components/AuthForms/AuthenticationForm.jsx
@@ -58,14 +58,11 @@ const AuthenticationForm = () => {
};
const handleSuccess = (isSignIn, res) => {
- toast.success(
-