fix: update import
This commit is contained in:
parent
2f53b37775
commit
552bf84247
|
@ -3,7 +3,8 @@ import type {
|
|||
AuthActionResponse,
|
||||
CheckResponse,
|
||||
OnErrorResponse
|
||||
} from "@refinedev/core/dist/interfaces"
|
||||
// @ts-ignore
|
||||
} from "@refinedev/core/dist/interfaces/bindings/auth"
|
||||
|
||||
export const authProvider: AuthProvider = {
|
||||
login: async (params: any) => {
|
||||
|
|
Loading…
Reference in New Issue