From 79872191a878eb626bf7eb5704c5dfc2905ec2e4 Mon Sep 17 00:00:00 2001 From: shadowik Date: Sat, 20 May 2023 06:35:08 +0400 Subject: [PATCH] Fix --- .../BankYouBankruptCashierApp/Views/Home/CreateAccount.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CreateAccount.cshtml b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CreateAccount.cshtml index 1b80969..58721cb 100644 --- a/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CreateAccount.cshtml +++ b/BankYouBankrupt/BankYouBankruptCashierApp/Views/Home/CreateAccount.cshtml @@ -50,5 +50,5 @@ } document.getElementById("accountNumber").value = createNum(16); - document.getElementById("cvc").value = createNum(4); + document.getElementById("password").value = createNum(4); \ No newline at end of file