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