mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-09 23:15:43 +01:00
apply eslint and prettier rules
This commit is contained in:
@@ -149,11 +149,7 @@ const callFetchMe = (link: string): Promise<Me> => {
|
||||
});
|
||||
};
|
||||
|
||||
export const login = (
|
||||
loginLink: string,
|
||||
username: string,
|
||||
password: string
|
||||
) => {
|
||||
export const login = (loginLink: string, username: string, password: string) => {
|
||||
const login_data = {
|
||||
cookie: true,
|
||||
grant_type: "password",
|
||||
|
||||
Reference in New Issue
Block a user