();
+ logger?.LogError(ex, " ");
+}
+
APIClient.Connect(builder.Configuration);
// Configure the HTTP request pipeline.
diff --git a/Bank/OperatorApp/Views/Home/CreateTransfer.cshtml b/Bank/OperatorApp/Views/Home/CreateTransfer.cshtml
index 9e20259..68200a0 100644
--- a/Bank/OperatorApp/Views/Home/CreateTransfer.cshtml
+++ b/Bank/OperatorApp/Views/Home/CreateTransfer.cshtml
@@ -1,5 +1,5 @@
@{
- ViewData["Title"] = "CreatePayment";
+ ViewData["Title"] = "CreateTransfer";
}
Создание зачисления
diff --git a/Bank/OperatorApp/appsettings.json b/Bank/OperatorApp/appsettings.json
index 06180ac..a96ea2a 100644
--- a/Bank/OperatorApp/appsettings.json
+++ b/Bank/OperatorApp/appsettings.json
@@ -6,5 +6,11 @@
}
},
"AllowedHosts": "*",
- "IPAddress": "http://localhost:5225"
+ "IPAddress": "http://localhost:5225",
+ "SmtpClientHost": "smtp.gmail.com",
+ "SmtpClientPort": "587",
+ "PopHost": "pop.gmail.com",
+ "PopPort": "995",
+ "MailLogin": "rpplab7@gmail.com",
+ "MailPassword": "edjc dmsf pqne gxwy"
}