Skip to content

Commit

Permalink
Fix typo in activation codes page
Browse files Browse the repository at this point in the history
  • Loading branch information
Portals committed Mar 26, 2024
1 parent 088be8e commit 4d9940a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/src/main/resources/templates/pages/activation-codes.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
</thead>
<tbody>
<tr th:each="activaitonCode : ${activationCodes}">
<td th:text="${apiKey.cid()}"></td>
<td th:text="${apiKey.token()}"></td>
<td th:text="${apiKey.createdAt()}"></td>
<td th:text="${activaitonCode.cid()}"></td>
<td th:text="${activaitonCode.token()}"></td>
<td th:text="${activaitonCode.createdAt()}"></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 4d9940a

Please sign in to comment.