mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
Merge pull request #571 from gradido/fix-API-call-reset-password
fix: API Call for Reset Password
This commit is contained in:
commit
6872f1cf01
@ -102,9 +102,7 @@ const loginAPI = {
|
||||
const payload = {
|
||||
session_id: sessionId,
|
||||
email,
|
||||
update: {
|
||||
'User.password': password,
|
||||
},
|
||||
password,
|
||||
}
|
||||
return apiPost(CONFIG.LOGIN_API_URL + 'resetPassword', payload)
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user