rename to passphrase

This commit is contained in:
Ryan Peters
2023-05-10 17:35:40 -04:00
parent 89a8b1a28b
commit bdb0fc4906
3 changed files with 5 additions and 5 deletions

View File

@ -5,5 +5,5 @@
@Html.ValidationSummary()
<form method="post">
<input type="password" name="passPhrase" placeholder="Pass Phrase" />
<input type="password" name="passphrase" placeholder="Passphrase" />
</form>