mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-16 12:37:20 +00:00
added auth strategies migration, fixed rebuild of modules on migrations
This commit is contained in:
@@ -238,7 +238,6 @@ export function FormContextOverride({
|
||||
...overrides,
|
||||
...additional,
|
||||
};
|
||||
console.log("context", context);
|
||||
|
||||
return <FormContext.Provider value={context}>{children}</FormContext.Provider>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user