CSRFトークンの追加
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user