Skip to content
This repository was archived by the owner on Apr 20, 2024. It is now read-only.

Commit 6d98f70

Browse files
Update FormOpen.swift
1 parent 2a15814 commit 6d98f70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/AdminPanel/Support/LeafTags/FormOpen.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ public class FormOpen: BasicTag {
4242
}
4343

4444
// TODO: Enable this if we can... No idea how to find the CRSF token, but we should grab it automatically and not let it be up to the user
45-
template.append("<input name='_token' type='hidden' value='FOOBAR' />")
45+
//template.append("<input name='_token' type='hidden' value='FOOBAR' />")
4646

4747
// Return template
4848
return .bytes(template.joined().bytes)

0 commit comments

Comments
 (0)