Skip to content

Commit e923b1d

Browse files
KundwaBrunomansurissa
authored andcommitted
feat:signin user to phantom
the user will be directed to according to their respective request delivers increasing coverage removing a typo in tests feat: logout a user from account feature: logout a user Testing Testing feat:signin user to phantom the user will be directed to according to their respective request delivers feature: logout a user forgot and reset password feature: logout a user using tailwind and adding dashboard side bar some changes on logout
1 parent 99d8709 commit e923b1d

File tree

29 files changed

+982
-342
lines changed

29 files changed

+982
-342
lines changed

.env

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
API_KEY=AIzaSyA1RFMzYBYu-NhqtKidZeHhHRD2c9Tm2Kg

.env.example

Whitespace-only changes.

package-lock.json

Lines changed: 34 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"@babel/runtime": "^7.12.5",
1111
"@material-ui/core": "^4.11.2",
1212
"@material-ui/icons": "^4.11.2",
13+
"@react-google-maps/api": "^2.1.1",
1314
"@testing-library/jest-dom": "^5.11.9",
1415
"@testing-library/react": "^11.2.3",
1516
"@testing-library/user-event": "^12.6.2",
@@ -18,6 +19,7 @@
1819
"dotenv": "^8.2.0",
1920
"file-loader": "^6.2.0",
2021
"glamorous": "^5.0.0",
22+
"google-maps-react": "^2.0.6",
2123
"html-loader": "^1.3.2",
2224
"i18next": "^18.0.1",
2325
"i18next-browser-languagedetector": "^6.0.1",

0 commit comments

Comments
 (0)