Skip to content

Commit

Permalink
removed sitemap attribute from 2 pages
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 12, 2024
1 parent a41b860 commit f86b4b5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions src/web/Jordnaer/Components/Account/Pages/LoginWith2fa.razor
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
@inject IdentityRedirectManager RedirectManager
@inject ILogger<LoginWith2fa> Logger

@attribute [Sitemap]

<MetadataComponent Title="To-faktor autentifikation"/>

<h1>To-faktor autentifikation</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@
@inject IdentityRedirectManager RedirectManager
@inject ILogger<LoginWithRecoveryCode> Logger

@attribute [Sitemap]

<MetadataComponent Title="Verifikation af gendannelseskode"/>

<h1>Verifikation af gendannelseskode</h1>
Expand Down

0 comments on commit f86b4b5

Please sign in to comment.