Begin working on password reset page

This commit is contained in:
Dane Everitt 2019-06-11 22:02:18 -07:00
parent d9f30294de
commit b93b40ba31
No known key found for this signature in database
GPG key ID: EEA66103B3D71F53
8 changed files with 120 additions and 11 deletions

View file

@ -9,6 +9,7 @@ const http: AxiosInstance = axios.create({
'X-Requested-With': 'XMLHttpRequest',
'Accept': 'application/json',
'Content-Type': 'application/json',
'X-CSRF-Token': (window as any).X_CSRF_TOKEN as string || '',
},
});