Complete change password functionality

This commit is contained in:
Alexander Wong
2017-09-03 12:01:16 -06:00
parent 1bf1dad0b9
commit 44c6117ce1
9 changed files with 219 additions and 14 deletions

View File

@@ -14,7 +14,7 @@ function headers() {
return {
Accept: "application/json",
"Content-Type": "application/json",
Authorization: `Token: ${token}`
Authorization: `Token ${token}`
};
}