From 518c2334c884e87b4ac100678195e07b0f6c39df Mon Sep 17 00:00:00 2001 From: Deepika Date: Thu, 30 Apr 2026 08:46:54 +0530 Subject: [PATCH 1/2] Fixed the issue --- .../Controllers/HomeController.cs | 0 .../Models/ErrorViewModel.cs | 0 Videos/{Siganture => Signature}/Program.cs | 0 .../Properties/launchSettings.json | 0 Videos/{Siganture => Signature}/Siganture.csproj | 0 .../Views/Home/Index.cshtml | 0 .../Views/Home/Privacy.cshtml | 0 .../Views/Shared/Error.cshtml | 0 .../Views/Shared/_Layout.cshtml | 0 .../Views/Shared/_Layout.cshtml.css | 0 .../Views/Shared/_ValidationScriptsPartial.cshtml | 0 .../Views/_ViewImports.cshtml | 0 .../Views/_ViewStart.cshtml | 0 .../appsettings.Development.json | 0 Videos/{Siganture => Signature}/appsettings.json | 0 .../{Siganture => Signature}/wwwroot/css/site.css | 0 Videos/{Siganture => Signature}/wwwroot/favicon.ico | Bin Videos/{Siganture => Signature}/wwwroot/js/site.js | 0 .../wwwroot/lib/bootstrap/LICENSE | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css | 0 .../lib/bootstrap/dist/css/bootstrap-grid.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.min.css | 0 .../bootstrap/dist/css/bootstrap-grid.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-grid.rtl.css | 0 .../bootstrap/dist/css/bootstrap-grid.rtl.css.map | 0 .../bootstrap/dist/css/bootstrap-grid.rtl.min.css | 0 .../dist/css/bootstrap-grid.rtl.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.min.css | 0 .../bootstrap/dist/css/bootstrap-reboot.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-reboot.rtl.css | 0 .../bootstrap/dist/css/bootstrap-reboot.rtl.css.map | 0 .../bootstrap/dist/css/bootstrap-reboot.rtl.min.css | 0 .../dist/css/bootstrap-reboot.rtl.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap-utilities.css | 0 .../bootstrap/dist/css/bootstrap-utilities.css.map | 0 .../bootstrap/dist/css/bootstrap-utilities.min.css | 0 .../dist/css/bootstrap-utilities.min.css.map | 0 .../bootstrap/dist/css/bootstrap-utilities.rtl.css | 0 .../dist/css/bootstrap-utilities.rtl.css.map | 0 .../dist/css/bootstrap-utilities.rtl.min.css | 0 .../dist/css/bootstrap-utilities.rtl.min.css.map | 0 .../wwwroot/lib/bootstrap/dist/css/bootstrap.css | 0 .../lib/bootstrap/dist/css/bootstrap.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.min.css | 0 .../lib/bootstrap/dist/css/bootstrap.min.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.rtl.css | 0 .../lib/bootstrap/dist/css/bootstrap.rtl.css.map | 0 .../lib/bootstrap/dist/css/bootstrap.rtl.min.css | 0 .../bootstrap/dist/css/bootstrap.rtl.min.css.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.bundle.min.js | 0 .../bootstrap/dist/js/bootstrap.bundle.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js | 0 .../lib/bootstrap/dist/js/bootstrap.esm.js.map | 0 .../lib/bootstrap/dist/js/bootstrap.esm.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.esm.min.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.js.map | 0 .../wwwroot/lib/bootstrap/dist/js/bootstrap.min.js | 0 .../lib/bootstrap/dist/js/bootstrap.min.js.map | 0 .../lib/jquery-validation-unobtrusive/LICENSE.txt | 0 .../jquery.validate.unobtrusive.js | 0 .../jquery.validate.unobtrusive.min.js | 0 .../wwwroot/lib/jquery-validation/LICENSE.md | 0 .../jquery-validation/dist/additional-methods.js | 0 .../dist/additional-methods.min.js | 0 .../lib/jquery-validation/dist/jquery.validate.js | 0 .../jquery-validation/dist/jquery.validate.min.js | 0 .../wwwroot/lib/jquery/LICENSE.txt | 0 .../wwwroot/lib/jquery/dist/jquery.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.js | 0 .../wwwroot/lib/jquery/dist/jquery.min.map | 0 75 files changed, 0 insertions(+), 0 deletions(-) rename Videos/{Siganture => Signature}/Controllers/HomeController.cs (100%) rename Videos/{Siganture => Signature}/Models/ErrorViewModel.cs (100%) rename Videos/{Siganture => Signature}/Program.cs (100%) rename Videos/{Siganture => Signature}/Properties/launchSettings.json (100%) rename Videos/{Siganture => Signature}/Siganture.csproj (100%) rename Videos/{Siganture => Signature}/Views/Home/Index.cshtml (100%) rename Videos/{Siganture => Signature}/Views/Home/Privacy.cshtml (100%) rename Videos/{Siganture => Signature}/Views/Shared/Error.cshtml (100%) rename Videos/{Siganture => Signature}/Views/Shared/_Layout.cshtml (100%) rename Videos/{Siganture => Signature}/Views/Shared/_Layout.cshtml.css (100%) rename Videos/{Siganture => Signature}/Views/Shared/_ValidationScriptsPartial.cshtml (100%) rename Videos/{Siganture => Signature}/Views/_ViewImports.cshtml (100%) rename Videos/{Siganture => Signature}/Views/_ViewStart.cshtml (100%) rename Videos/{Siganture => Signature}/appsettings.Development.json (100%) rename Videos/{Siganture => Signature}/appsettings.json (100%) rename Videos/{Siganture => Signature}/wwwroot/css/site.css (100%) rename Videos/{Siganture => Signature}/wwwroot/favicon.ico (100%) rename Videos/{Siganture => Signature}/wwwroot/js/site.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/LICENSE (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery-validation/LICENSE.md (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery-validation/dist/additional-methods.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery-validation/dist/additional-methods.min.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery-validation/dist/jquery.validate.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery/LICENSE.txt (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery/dist/jquery.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery/dist/jquery.min.js (100%) rename Videos/{Siganture => Signature}/wwwroot/lib/jquery/dist/jquery.min.map (100%) diff --git a/Videos/Siganture/Controllers/HomeController.cs b/Videos/Signature/Controllers/HomeController.cs similarity index 100% rename from Videos/Siganture/Controllers/HomeController.cs rename to Videos/Signature/Controllers/HomeController.cs diff --git a/Videos/Siganture/Models/ErrorViewModel.cs b/Videos/Signature/Models/ErrorViewModel.cs similarity index 100% rename from Videos/Siganture/Models/ErrorViewModel.cs rename to Videos/Signature/Models/ErrorViewModel.cs diff --git a/Videos/Siganture/Program.cs b/Videos/Signature/Program.cs similarity index 100% rename from Videos/Siganture/Program.cs rename to Videos/Signature/Program.cs diff --git a/Videos/Siganture/Properties/launchSettings.json b/Videos/Signature/Properties/launchSettings.json similarity index 100% rename from Videos/Siganture/Properties/launchSettings.json rename to Videos/Signature/Properties/launchSettings.json diff --git a/Videos/Siganture/Siganture.csproj b/Videos/Signature/Siganture.csproj similarity index 100% rename from Videos/Siganture/Siganture.csproj rename to Videos/Signature/Siganture.csproj diff --git a/Videos/Siganture/Views/Home/Index.cshtml b/Videos/Signature/Views/Home/Index.cshtml similarity index 100% rename from Videos/Siganture/Views/Home/Index.cshtml rename to Videos/Signature/Views/Home/Index.cshtml diff --git a/Videos/Siganture/Views/Home/Privacy.cshtml b/Videos/Signature/Views/Home/Privacy.cshtml similarity index 100% rename from Videos/Siganture/Views/Home/Privacy.cshtml rename to Videos/Signature/Views/Home/Privacy.cshtml diff --git a/Videos/Siganture/Views/Shared/Error.cshtml b/Videos/Signature/Views/Shared/Error.cshtml similarity index 100% rename from Videos/Siganture/Views/Shared/Error.cshtml rename to Videos/Signature/Views/Shared/Error.cshtml diff --git a/Videos/Siganture/Views/Shared/_Layout.cshtml b/Videos/Signature/Views/Shared/_Layout.cshtml similarity index 100% rename from Videos/Siganture/Views/Shared/_Layout.cshtml rename to Videos/Signature/Views/Shared/_Layout.cshtml diff --git a/Videos/Siganture/Views/Shared/_Layout.cshtml.css b/Videos/Signature/Views/Shared/_Layout.cshtml.css similarity index 100% rename from Videos/Siganture/Views/Shared/_Layout.cshtml.css rename to Videos/Signature/Views/Shared/_Layout.cshtml.css diff --git a/Videos/Siganture/Views/Shared/_ValidationScriptsPartial.cshtml b/Videos/Signature/Views/Shared/_ValidationScriptsPartial.cshtml similarity index 100% rename from Videos/Siganture/Views/Shared/_ValidationScriptsPartial.cshtml rename to Videos/Signature/Views/Shared/_ValidationScriptsPartial.cshtml diff --git a/Videos/Siganture/Views/_ViewImports.cshtml b/Videos/Signature/Views/_ViewImports.cshtml similarity index 100% rename from Videos/Siganture/Views/_ViewImports.cshtml rename to Videos/Signature/Views/_ViewImports.cshtml diff --git a/Videos/Siganture/Views/_ViewStart.cshtml b/Videos/Signature/Views/_ViewStart.cshtml similarity index 100% rename from Videos/Siganture/Views/_ViewStart.cshtml rename to Videos/Signature/Views/_ViewStart.cshtml diff --git a/Videos/Siganture/appsettings.Development.json b/Videos/Signature/appsettings.Development.json similarity index 100% rename from Videos/Siganture/appsettings.Development.json rename to Videos/Signature/appsettings.Development.json diff --git a/Videos/Siganture/appsettings.json b/Videos/Signature/appsettings.json similarity index 100% rename from Videos/Siganture/appsettings.json rename to Videos/Signature/appsettings.json diff --git a/Videos/Siganture/wwwroot/css/site.css b/Videos/Signature/wwwroot/css/site.css similarity index 100% rename from Videos/Siganture/wwwroot/css/site.css rename to Videos/Signature/wwwroot/css/site.css diff --git a/Videos/Siganture/wwwroot/favicon.ico b/Videos/Signature/wwwroot/favicon.ico similarity index 100% rename from Videos/Siganture/wwwroot/favicon.ico rename to Videos/Signature/wwwroot/favicon.ico diff --git a/Videos/Siganture/wwwroot/js/site.js b/Videos/Signature/wwwroot/js/site.js similarity index 100% rename from Videos/Siganture/wwwroot/js/site.js rename to Videos/Signature/wwwroot/js/site.js diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/LICENSE b/Videos/Signature/wwwroot/lib/bootstrap/LICENSE similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/LICENSE rename to Videos/Signature/wwwroot/lib/bootstrap/LICENSE diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.min.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-grid.rtl.min.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.min.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-reboot.rtl.min.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.min.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap-utilities.rtl.min.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.min.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/css/bootstrap.rtl.min.css.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.js.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.bundle.min.js.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.js.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.esm.min.js.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.js b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.js rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.js diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.js.map diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js diff --git a/Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map b/Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map rename to Videos/Signature/wwwroot/lib/bootstrap/dist/js/bootstrap.min.js.map diff --git a/Videos/Siganture/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt b/Videos/Signature/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt rename to Videos/Signature/wwwroot/lib/jquery-validation-unobtrusive/LICENSE.txt diff --git a/Videos/Siganture/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js b/Videos/Signature/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js rename to Videos/Signature/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.js diff --git a/Videos/Siganture/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js b/Videos/Signature/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js rename to Videos/Signature/wwwroot/lib/jquery-validation-unobtrusive/jquery.validate.unobtrusive.min.js diff --git a/Videos/Siganture/wwwroot/lib/jquery-validation/LICENSE.md b/Videos/Signature/wwwroot/lib/jquery-validation/LICENSE.md similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery-validation/LICENSE.md rename to Videos/Signature/wwwroot/lib/jquery-validation/LICENSE.md diff --git a/Videos/Siganture/wwwroot/lib/jquery-validation/dist/additional-methods.js b/Videos/Signature/wwwroot/lib/jquery-validation/dist/additional-methods.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery-validation/dist/additional-methods.js rename to Videos/Signature/wwwroot/lib/jquery-validation/dist/additional-methods.js diff --git a/Videos/Siganture/wwwroot/lib/jquery-validation/dist/additional-methods.min.js b/Videos/Signature/wwwroot/lib/jquery-validation/dist/additional-methods.min.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery-validation/dist/additional-methods.min.js rename to Videos/Signature/wwwroot/lib/jquery-validation/dist/additional-methods.min.js diff --git a/Videos/Siganture/wwwroot/lib/jquery-validation/dist/jquery.validate.js b/Videos/Signature/wwwroot/lib/jquery-validation/dist/jquery.validate.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery-validation/dist/jquery.validate.js rename to Videos/Signature/wwwroot/lib/jquery-validation/dist/jquery.validate.js diff --git a/Videos/Siganture/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js b/Videos/Signature/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js rename to Videos/Signature/wwwroot/lib/jquery-validation/dist/jquery.validate.min.js diff --git a/Videos/Siganture/wwwroot/lib/jquery/LICENSE.txt b/Videos/Signature/wwwroot/lib/jquery/LICENSE.txt similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery/LICENSE.txt rename to Videos/Signature/wwwroot/lib/jquery/LICENSE.txt diff --git a/Videos/Siganture/wwwroot/lib/jquery/dist/jquery.js b/Videos/Signature/wwwroot/lib/jquery/dist/jquery.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery/dist/jquery.js rename to Videos/Signature/wwwroot/lib/jquery/dist/jquery.js diff --git a/Videos/Siganture/wwwroot/lib/jquery/dist/jquery.min.js b/Videos/Signature/wwwroot/lib/jquery/dist/jquery.min.js similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery/dist/jquery.min.js rename to Videos/Signature/wwwroot/lib/jquery/dist/jquery.min.js diff --git a/Videos/Siganture/wwwroot/lib/jquery/dist/jquery.min.map b/Videos/Signature/wwwroot/lib/jquery/dist/jquery.min.map similarity index 100% rename from Videos/Siganture/wwwroot/lib/jquery/dist/jquery.min.map rename to Videos/Signature/wwwroot/lib/jquery/dist/jquery.min.map From 45724bce6a83835088c6ab852977df39e81df3ea Mon Sep 17 00:00:00 2001 From: Deepika Date: Wed, 6 May 2026 09:12:37 +0530 Subject: [PATCH 2/2] Fixed CR issue --- Videos/Signature/Views/Home/Index.cshtml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Videos/Signature/Views/Home/Index.cshtml b/Videos/Signature/Views/Home/Index.cshtml index 1f10464..c494f2f 100644 --- a/Videos/Signature/Views/Home/Index.cshtml +++ b/Videos/Signature/Views/Home/Index.cshtml @@ -21,6 +21,8 @@ @@ -71,8 +73,8 @@ displayMode: ej.pdfviewer.DisplayMode.Upload, }, canSave: true, - path: 'data:image/png;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/4gHYSUNDX1BST0ZJTEUAAQEAAAHIAAAAAAQwAABtbnRyUkdCIFhZWiAH4AABAAEAAAAAAABhY3NwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAA9tYAAQAAAADTLQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAlkZXNjAAAA8AAAACRyWFlaAAABFAAAABRnWFlaAAABKAAAABRiWFlaAAABPAAAABR3dHB0AAABUAAAABRyVFJDAAABZAAAAChnVFJDAAABZAAAAChiVFJDAAABZAAAAChjcHJ0AAABjAAAADxtbHVjAAAAAAAAAAEAAAAMZW5VUwAAAAgAAAAcAHMAUgBHAEJYWVogAAAAAAAAb6IAADj1AAADkFhZWiAAAAAAAABimQAAt4UAABjaWFlaIAAAAAAAACSgAAAPhAAAts9YWVogAAAAAAAA9tYAAQAAAADTLXBhcmEAAAAAAAQAAAACZmYAAPKnAAANWQAAE9AAAApbAAAAAAAAAABtbHVjAAAAAAAAAAEAAAAMZW5VUwAAACAAAAAcAEcAbwBvAGcAbABlACAASQBuAGMALgAgADIAMAAxADb/2wBDAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/2wBDAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQH/wAARCAAhAIoDAREAAhEBAxEB/8QAGwABAAIDAQEAAAAAAAAAAAAAAAgJBAUKBwb/xAAmEAACAgMAAwABBAMBAAAAAAAFBgQHAgMIAAEJFAoREhUTFhci/8QAFAEBAAAAAAAAAAAAAAAAAAAAAP/EABQRAQAAAAAAAAAAAAAAAAAAAAD/2gAMAwEAAhEDEQA/AO/jwHgPAeA8B4DwHgPAeA8B4DwHgPAeA8B4DwOa+tO6vsHdNN9b9WV1t+Z8SluZL46+QYtYWBXPS6zYzWkcqPLWFmZEbbgX0dR1tjY1xay3YMG+uJK/DLZ/kTQ0EXns9RAtMTfo9QWrhfnLui/C/rn1L6HraoG8IoMGg03N+bhbyyOPBKzSlpOBlHS0GqVulydS+JS1GewsY2JkYjr0XT6k6IgbpP7/AKAvelui7E5pfori4c+JbWWb6/fEWyqufUdlHpRVsVodk0/aa7W1sLAlj1D/AFJFySy+D0MQ3VN2ASe38fdv0BDXir7cco3bRHHha+riS0boDotBqPWzxlSuLlh89A72slXgG/dPRbxJA2ynVJ42zZnqCMrJyunbYOqTvhCpcSQVlR9W8LFe3braua+L+u+jEUevlnageYL9utOFtkUjOVSTVVdUtj0vD2aCHKgS8xfmFwUOOZiizgYjIHbJOmCVHSc9UzSEHPnL9VlfqDhJp6X6hiLHO9rc3q2RDstMzynDlqt/etBHWsCsdaiFyhw7nVdrVMbXbMreTIJnt8ocZkLMU2ylQMwhKD4n5WfUuw+zKm7gvPq5EROWETmy/D4ZcHHMiCuYRufMqiRLmWDt+F2RtOB4lgD0910TXmQL0KQYNv17hu1dgSx8vLYEu6T+oPEXQr0OrSsLaYZDuwKp93SQTzR9/wBQ7LRUVaHiSYGGmZ1vVaijLqFjBOzUZ3SanmuWOYTdpNaf8ordqmZhFPmL7c85XyW6whMCdf6hB52u5tRVyUH4/wC3W2a7VoupVRH4zibEQOa8J6VYsxhskmG30aT052hFAgoDtmuf60fhzsQjOZ+7s17+O7f9DaTreMr3ghROUpjxXNzVT0DCphd99C9LpFOlIqtZrMs0iBu6GIUirUT1M1SuRoKuno6/Ja/4DyEEUbC1Gkvprw50XdOfPlO3rDa7V3AjDQvB5KJaKqv2Gtr2A/adPVDYTkkL1c3OJERSo6eRIVO2OcaIMmaSm7ZgPy/J9BqbV+qHBVKWO01dZF+RwrBX5iAvWewDq5t1sqinzxKNEmxQl13onIB+k6XLe4c+BKkDrTsBRlwo86Hum6Y+uVoy2BJVP6SpN9uO2KBVHmOStqkFWs3iyVXaFZBmsOnXDBYCFds4liLhoCs5gz0dWP69xJJNsUUDOHbBjHsEEt0aJuDwBK+m3DVi8gN/eqVfI1g5NRN7JFabYiJVma8BsxTP6VgzC1JMpL0WMTm/3kqFBEwhKhPlMf8AYDZK7qKwyUGRIDTW99U+DaJsNprCz7xkg2av813VaRAZUt3ONf0zIa4UImAi3pbSTWzFVVGzJwwiPKe4dtuaZKiDJ0QjO1RoUjVvzCwCFNhkocQiOlxp4+fG0TYM6Fv1Soc2HK1Yb4suJK0Z7NEmNJ0bMN2jfpzz1btWeGzXnlhl69+wyfAeBwN84RfgodSu3lv6F3oRUugCHfvdeBivw3R/WAYxNXsehG3el+g/PVaO0qr3IsT16tf9aH3VYzSWyb/gikhRqRsw0ZhYEmvvRarXnwT7z79BOoKoudmjthYvZibKw3L52rVu3VA7V3EHQd81upgdcGud8euF4eHeGCOEgL6MWtXSeLf63jIkxIASI9WIm9g989vdi8sHdVgcoI/x5e+YXy7FiBN01fbnQ5Cx2G0lcQjtuUWOItLfUFbaGKGwMYGQWGK0qxoy1gR9TN8+JHCt6P1VzPcn6c6hfm3VH5DL3LcPMHO1WVTyhCQGZftibaZ9kSWMLd8VfmAIGMCr4xDDfeOHQf5GtEnBo25ojtcgzvyj5B01/UqJNgfJv6LwSJHIwQhfO/ruJPLZx8ImZSbH5ssLTKI5xdezbrjZTd+GyTlHw27MNPvb7147M/WPrL2FeFefJiteta3+bPRJSzWdDT8uNOQlfr2iAIfTNSe2UeoE1BtLn1RtOVtMQtYmHVdoxNhibM1BGCY7pRErWxPIcBm/kagigRemStueP1MDiqUUs9JlRvfO6Jvp91TS9ipZ5fPU/wAuLzcfckBf3xTjspV0qFTVlMqoJlRSDAEUZwqLKjbZWO7APgC19gbo+lXxSMVz9DGjuxVgX3d0WcXQqLqSt+aa+LkuVbe05g1N5ryuxpzJ4JA9u0YTqUzblgz1NRGQ5jgJDTzAgkwhaV82blrJB7P+rHKLw3DE/op8+hT70ch1Gy5bgri80Wz8w8uBA9ppoyfq0ZsyZuLI7OPkGw2UyHBljc48zZo27dOGwKQGS3qmef0qBPm6A0gyN2csxOFqm6gpIphlEsKl3TL6G1Qv5KVpoxfRHMLckvKUGjUN0GIGqOcgipkuBlLg/ttyC/vuQMI0fS34YTNAyBpkiL37bDCt+mLo1bBoid89b12zBkHLXhj+LAk7AojPdF0/w0Z5DIPv3h7/ABtX8AoNXxdW0HTPfvMHbX0N7moa7jnQXbBSVxBVormeNt7MT+gn11ckVg5tEvnG9v2Vb2fQi65QAJAguvrRMT3HaWGG9KRCCR4kEPf/AKFCLO4JUuDbJpZXtAA59efOCJ8VchVjlQTVZSf0K7KKOV4wLWgwqAwSqtFno7H7vSC3MwkdCX5xHIruBh9Iif60QwxWHnCNQ/fiF8Wa8USenl7o66eF/oHGjRokbBHgU1xpU88DfCSbj+vXvV69OF5cd8nyZYnPOZuJSLdNkcvUT3E0TpIZfa1mU3RVm/SspUPXL1xb0A8s7rIsb559W06i3vzz9Jzf/FVkGFc6OreWIztQ+A6PXNYuqmCbS9lf3EE6G2QGqvxuMTUPNh1C8vTj5PmfnYk11RoodoIUXUk5ko6L6x9RaZPy0Bf3mKojescNePrRXZHZJUNPrHXhj61h8f2wx9f+fQe6eA8B4DwHgPAeA8B4DwHgPAeA8B4DwHgPAeA8B4DwHgPAeA8B4DwHgPAeA8B4DwHgPAeB/9k=', - }); + path: 'data:image/png;base64,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', + }); }