Skip to content

Commit

Permalink
remove a bunch of pages from sourcemap
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Aug 15, 2024
1 parent 11649f7 commit 71a185e
Show file tree
Hide file tree
Showing 12 changed files with 2 additions and 25 deletions.
2 changes: 0 additions & 2 deletions src/web/Jordnaer/Components/Account/Pages/ConfirmEmail.razor
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@
@inject UserManager<ApplicationUser> UserManager
@inject IdentityRedirectManager RedirectManager

@attribute [Sitemap]

<MetadataComponent Title="Bekræft email" />

<h1>Bekræft email</h1>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
@inject SignInManager<ApplicationUser> SignInManager
@inject IdentityRedirectManager RedirectManager

@attribute [Sitemap]


<MetadataComponent Title="Bekræft ændring af email" />

<h1>Bekræft ændring af email</h1>
Expand Down
3 changes: 0 additions & 3 deletions src/web/Jordnaer/Components/Account/Pages/ExternalLogin.razor
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@
@inject JordnaerDbContext Context
@inject IMediator Mediator

@attribute [Sitemap]


<MetadataComponent Title="Registrér" />

<StatusMessage Message="@_message" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@
@inject NavigationManager NavigationManager
@inject IdentityRedirectManager RedirectManager

@attribute [Sitemap]


<MetadataComponent Title="Glemt din adgangskode?" />

<h1>Glemt din adgangskode?</h1>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
@page "/Account/ForgotPasswordConfirmation"

@attribute [Sitemap]


<MetadataComponent Title="Bekræftelse af glemt adgangskode"/>

<h1>Bekræftelse af glemt adgangskode</h1>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@page "/Account/InvalidPasswordReset"

@attribute [Sitemap]

<MetadataComponent Title="Ugyldig nulstilling af adgangskode"/>

<h1>Ugyldig nulstilling af adgangskode</h1>
Expand Down
2 changes: 0 additions & 2 deletions src/web/Jordnaer/Components/Account/Pages/InvalidUser.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@page "/Account/InvalidUser"

@attribute [Sitemap]

<MetadataComponent Title="Ugyldig bruger" />

<h3>Ugyldig bruger</h3>
Expand Down
2 changes: 0 additions & 2 deletions src/web/Jordnaer/Components/Account/Pages/Lockout.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
@page "/Account/Lockout"

@attribute [Sitemap]

<MetadataComponent Title="Spærret"/>

<header>
Expand Down
1 change: 0 additions & 1 deletion src/web/Jordnaer/Components/Account/Pages/Logout.razor
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
@page "/Account/Logout"

@attribute [Authorize]
@attribute [Sitemap]

<form action="Account/Logout" method="post" id="logout-form">
<AntiforgeryToken />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
@inject UserManager<ApplicationUser> UserManager
@inject IdentityRedirectManager RedirectManager

@attribute [Sitemap]

<MetadataComponent Title="Registreringsbekræftelse" />

@if (!string.IsNullOrEmpty(_statusMessage?.Message))
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
@page "/Account/ResetPasswordConfirmation"
<MetadataComponent Title="Bekræftelse af nulstilling af adgangskode"/>

@attribute [Sitemap]

<h1>Bekræftelse af nulstilling af adgangskode</h1>
<p>
Din adgangskode er blevet nulstillet. <a href="Account/Login">Klik her for at logge ind</a>.
Expand Down
2 changes: 0 additions & 2 deletions src/web/Jordnaer/Pages/Profile/PublicProfile.razor
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@
Image="@_profile?.ProfilePictureUrl" />
<MudFab StartIcon="@Icons.Material.Filled.ArrowBack" Class="mb-5" Color="Color.Info" OnClick="JsRuntime.GoBackAsync" />
@if (_currentUserId != _profile?.Id)
{
Expand Down

0 comments on commit 71a185e

Please sign in to comment.