Cleanup
This commit is contained in:
@ -10,7 +10,7 @@ const config: AxiosRequestConfig = {
|
||||
}
|
||||
|
||||
export default class AuthService {
|
||||
static async login(data: any) {
|
||||
static async login(data: FormData) {
|
||||
return await axiosInstance.post(`/auth/login`, data, config)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user