erreurs corrigées, pas testé

vueNoa
Noa SILLARD 1 year ago
parent b71ae7e3bd
commit a83fb115c5

Binary file not shown.

@ -1,3 +0,0 @@
{
"CurrentProjectSetting": null
}

@ -1,9 +0,0 @@
{
"ExpandedNodes": [
"",
"\\VeraxShield",
"\\VeraxShield\\VeraxShield"
],
"SelectedNode": "\\VeraxShield\\VeraxShield\\_Imports.razor",
"PreviewInSolutionExplorer": false
}

Binary file not shown.

@ -14,7 +14,7 @@ using System.Reflection;
[assembly: System.Reflection.AssemblyCompanyAttribute("VeraxShield")] [assembly: System.Reflection.AssemblyCompanyAttribute("VeraxShield")]
[assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")] [assembly: System.Reflection.AssemblyConfigurationAttribute("Debug")]
[assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyFileVersionAttribute("1.0.0.0")]
[assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0")] [assembly: System.Reflection.AssemblyInformationalVersionAttribute("1.0.0+b71ae7e3bd63b45d46762296465361446196a826")]
[assembly: System.Reflection.AssemblyProductAttribute("VeraxShield")] [assembly: System.Reflection.AssemblyProductAttribute("VeraxShield")]
[assembly: System.Reflection.AssemblyTitleAttribute("VeraxShield")] [assembly: System.Reflection.AssemblyTitleAttribute("VeraxShield")]
[assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")] [assembly: System.Reflection.AssemblyVersionAttribute("1.0.0.0")]

@ -1 +1 @@
54ec86336691cd8e30d56e0626a072204aa8b87e70c3335381168aefb1f8f397 ad1af3da1c3215bdfa758227c541e9f7821626d1b4037d9982ccd78a397558cd

@ -1,9 +1,6 @@
@inherits LayoutComponentBase @inherits LayoutComponentBase
<div> <div>
<Head>
<link rel="stylesheet" href="wwwroot/css/site.css" />
</Head>
<div> <div>
<!-- Titre --> <!-- Titre -->
<h1>Verax Shield</h1> <h1>Verax Shield</h1>
@ -39,10 +36,18 @@
<li><a href="/page2">Déconnexion</a></li> <li><a href="/page2">Déconnexion</a></li>
</ul> </ul>
</nav> </nav>
@Body
</div> </div>
<!-- <!--
@code { @code {
bool IsLoginPage => Context.Request.Path.StartsWithSegments("/connexion", StringComparison.OrdinalIgnoreCase); [Inject] NavigationManager NavigationManager { get; set; }
bool IsLoginPage => NavigationManager.Uri.Contains("/connexion", StringComparison.OrdinalIgnoreCase);
} }
--> -->
<HeadContent>
<link rel="stylesheet" href="wwwroot/css/site.css" />
</HeadContent>
Loading…
Cancel
Save