Skip to content

Commit 90bef21

Browse files
authored
Fix typo in input type for CSRF token
1 parent b82843e commit 90bef21

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/templates/monitor_form.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ <h1>Novo monitor</h1>
2020

2121
<section class="form-card">
2222
<form method="post" action="/dashboard/monitors/new" class="monitor-form">
23-
<inupt type="hidden" name="csrf_token" value="{{ csrf_token }}" />
23+
<input type="hidden" name="csrf_token" value="{{ csrf_token }}" />
2424
<div class="form-grid">
2525
<div class="form-group">
2626
<label for="name">Nome do monitor</label>
@@ -89,4 +89,4 @@ <h1>Novo monitor</h1>
8989
syncAlertField();
9090
</script>
9191
</body>
92-
</html>
92+
</html>

0 commit comments

Comments
 (0)