WIP server side.

This commit is contained in:
Ahmed Bouhuolia
2020-01-22 02:09:45 +02:00
parent de905d7e7c
commit 488709088b
123 changed files with 14885 additions and 771 deletions

View File

@@ -33,7 +33,7 @@ const actions = {
return ApiService.post('auth/send_reset_password', { email });
},
newPassword(null, { form }) {
newPassword({}, { form }) {
return ApiService.post('auth/new_password', form);
},
};

View File

@@ -36,3 +36,5 @@ export const handleClipboard = (text, event) => {
// })
// clipboard.onClick(event)
}