We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75a195b commit 34cbcfdCopy full SHA for 34cbcfd
dev-demo/custom/SaveInterceptor.vue
@@ -4,7 +4,6 @@ import { useAdminforth } from "@/adminforth"
4
const { registerSaveInterceptor } = useAdminforth()
5
6
registerSaveInterceptor(async ({ action, values, resource }) => {
7
- console.log('Custom Save Interceptor triggered:', { action, values, resource });
8
const modal = window?.adminforthTwoFaModal;
9
if (modal?.get2FaConfirmationResult) {
10
const confirmationResult = await modal.get2FaConfirmationResult(
0 commit comments