From 859b4008c30b7f16cef5a8920577d65fcdc9028b Mon Sep 17 00:00:00 2001 From: "nikbel2004@outlook.com" Date: Wed, 1 May 2024 04:26:35 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9C=D0=B8=D0=BD=D0=B8=20=D0=BF=D1=80=D0=B0?= =?UTF-8?q?=D0=B2=D0=BA=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Bank/BankClientApp/Views/Home/Privacy.cshtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Bank/BankClientApp/Views/Home/Privacy.cshtml b/Bank/BankClientApp/Views/Home/Privacy.cshtml index 78cc1ae..0a5eb51 100644 --- a/Bank/BankClientApp/Views/Home/Privacy.cshtml +++ b/Bank/BankClientApp/Views/Home/Privacy.cshtml @@ -1,4 +1,6 @@ -@model ClientViewModel +@using BankContracts.ViewModels.Client.ViewModels + +@model ClientViewModel @{ ViewData["Title"] = "Личный кабинет"; @@ -26,7 +28,7 @@
Телефон:
- Model.Telephone) required> + Model.MobilePhone) required>