Skip to content

Kyle#93

Open
kyle-manganyi wants to merge 24 commits into
developmentfrom
kyle
Open

Kyle#93
kyle-manganyi wants to merge 24 commits into
developmentfrom
kyle

Conversation

@kyle-manganyi
Copy link
Copy Markdown
Collaborator

forgot password and reset password FE

Comment thread .vs/VSWorkspaceState.json Outdated
@@ -0,0 +1,20 @@
{
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

GC

Copy link
Copy Markdown
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

Comment thread src/js/services/apiservice.js Outdated
})
});
const content = await rawResponse.json();
console.log(content);
Copy link
Copy Markdown
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
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

removed log

Comment thread 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}`, {
Copy link
Copy Markdown
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
Copy Markdown
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

Comment thread src/js/services/apiservice.js Outdated
(async () => {

email = ForgotPassword.email
const rawResponse = await fetch(`https://localhost:44311/api/Users/ForgotPassword/${email}${password}`, {
Copy link
Copy Markdown
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.

2 participants