Skip to content

Conversation

@kyle-manganyi
Copy link
Collaborator

forgot password and reset password FE

@@ -0,0 +1,20 @@
{
Copy link
Collaborator

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

Copy link
Collaborator Author

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);
Copy link
Collaborator

Choose a reason for hiding this comment

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

GC

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed ghost code

})
});
const content = await rawResponse.json();
console.log(content);
Copy link
Collaborator

Choose a reason for hiding this comment

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

console log

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

removed log

(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}`, {
Copy link
Collaborator

Choose a reason for hiding this comment

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

locahost in URL

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

local host URL removed

(async () => {

email = ForgotPassword.email
const rawResponse = await fetch(`https://localhost:44311/api/Users/ForgotPassword/${email}${password}`, {
Copy link
Collaborator

Choose a reason for hiding this comment

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

Localhost in URL

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.

3 participants