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 f8beb08 commit b259f53Copy full SHA for b259f53
web/src/components/admin/actions/forms.tsx
@@ -109,8 +109,6 @@ export function PerUserAuthTemplateConfig({
109
}
110
}, []); // Empty dependency array - only run on mount
111
112
- console.log(headers, requiredFields, adminCredentials);
113
-
114
return (
115
<div className="space-y-4 p-4 bg-background-100 border border-border-strong rounded-lg">
116
<div className="flex items-center space-x-2">
0 commit comments