-
Notifications
You must be signed in to change notification settings - Fork 4
Kyle #93
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
base: development
Are you sure you want to change the base?
Kyle #93
Conversation
.vs/VSWorkspaceState.json
Outdated
| @@ -0,0 +1,20 @@ | |||
| { | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Refer to PR forum about this file
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
solved
| } | ||
|
|
||
| handleClick() { | ||
| // console.log(this.state.name); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GC
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed ghost code
src/js/services/apiservice.js
Outdated
| }) | ||
| }); | ||
| const content = await rawResponse.json(); | ||
| console.log(content); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console log
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
removed log
src/js/services/apiservice.js
Outdated
| (async () => { | ||
| const rawResponse = await fetch('http://ereader.retrotest.co.za/api/Users/login', { | ||
| method: 'POST', | ||
| const rawResponse = await fetch(`https://localhost:44311/api/Users/ForgotPassword/${email}`, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
locahost in URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
local host URL removed
src/js/services/apiservice.js
Outdated
| (async () => { | ||
|
|
||
| email = ForgotPassword.email | ||
| const rawResponse = await fetch(`https://localhost:44311/api/Users/ForgotPassword/${email}${password}`, { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Localhost in URL
forgot password and reset password FE