Skip to content

Commit b259f53

Browse files
authored
Remove console-log (#5304)
1 parent f8beb08 commit b259f53

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

web/src/components/admin/actions/forms.tsx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@ export function PerUserAuthTemplateConfig({
109109
}
110110
}, []); // Empty dependency array - only run on mount
111111

112-
console.log(headers, requiredFields, adminCredentials);
113-
114112
return (
115113
<div className="space-y-4 p-4 bg-background-100 border border-border-strong rounded-lg">
116114
<div className="flex items-center space-x-2">

0 commit comments

Comments
 (0)