mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +01:00
change password and username
This commit is contained in:
@@ -66,8 +66,8 @@ export function login(username: string, password: string) {
|
|||||||
var login_data = {
|
var login_data = {
|
||||||
cookie: true,
|
cookie: true,
|
||||||
grant_type: "password",
|
grant_type: "password",
|
||||||
password: username,
|
username,
|
||||||
username: password
|
password,
|
||||||
};
|
};
|
||||||
return function(dispatch) {
|
return function(dispatch) {
|
||||||
dispatch(loginRequest());
|
dispatch(loginRequest());
|
||||||
|
|||||||
Reference in New Issue
Block a user