mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +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 = {
|
||||
cookie: true,
|
||||
grant_type: "password",
|
||||
password: username,
|
||||
username: password
|
||||
username,
|
||||
password,
|
||||
};
|
||||
return function(dispatch) {
|
||||
dispatch(loginRequest());
|
||||
|
||||
Reference in New Issue
Block a user