mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-17 21:30:31 +00:00
WIP server side.
This commit is contained in:
@@ -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);
|
||||
},
|
||||
};
|
||||
|
||||
@@ -36,3 +36,5 @@ export const handleClipboard = (text, event) => {
|
||||
// })
|
||||
// clipboard.onClick(event)
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user