fix: Add CSRF token to update-config form
Signed-off-by: Claude (Chronicler #61) <claude@firefrostgaming.com>
This commit is contained in:
@@ -37,6 +37,7 @@
|
||||
</div>
|
||||
</div>
|
||||
<form action="/admin/scheduler/update-config" method="POST" class="flex gap-4 items-end">
|
||||
<input type="hidden" name="_csrf" value="<%= csrfToken %>">
|
||||
<input type="hidden" name="node" value="<%= config.node %>">
|
||||
<div class="flex-1">
|
||||
<label class="block text-sm text-gray-500 dark:text-gray-400 mb-1">Base Time (UTC)</label>
|
||||
|
||||
Reference in New Issue
Block a user