Skip to content

Commit

Permalink
replace SECURITY_TOKEN_INPUT_TAG with csrfToken
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanashi committed Nov 11, 2023
1 parent b4e5f81 commit 81d7d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acptemplates/apiSecretAdd.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

<div class="formSubmit">
<input type="submit" value="{lang}wcf.global.button.submit{/lang}" accesskey="s">
{@SECURITY_TOKEN_INPUT_TAG}
{csrfToken}
</div>
</form>

Expand Down

0 comments on commit 81d7d00

Please sign in to comment.