CSRFトークンの追加

This commit is contained in:
2025-12-08 03:18:12 +09:00
parent d810b7155f
commit 4085b77f6a
5 changed files with 61 additions and 44 deletions

View File

@@ -28,7 +28,10 @@
</tr>
<tr>
<td></td>
<td><button>サインイン</button></td>
<td>
<input type="hidden" id="csrf_token" name="csrf_token" value="{{ make_csrf_token() }}" />
<button>サインイン</button>
</td>
</tr>
</tbody>
</table>

View File

@@ -38,7 +38,10 @@
</tr>
<tr>
<td></td>
<td><button>登録</button></td>
<td>
<input type="hidden" id="csrf_token" name="csrf_token" value="{{ make_csrf_token() }}" />
<button>登録</button>
</td>
</tr>
</tbody>
</table>