Skip to content

Commit

Permalink
rename sample project
Browse files Browse the repository at this point in the history
  • Loading branch information
KristofferStrube committed Sep 24, 2023
1 parent 4dd2d4f commit 285cd7e
Show file tree
Hide file tree
Showing 24 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Security.Cryptography;
using System.Text;

namespace KristofferStrube.Blazor.WebAuthentication.BlazorExample.Pages;
namespace KristofferStrube.Blazor.WebAuthentication.WasmExample.Pages;

public partial class Index : ComponentBase
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using KristofferStrube.Blazor.CredentialManagement;
using KristofferStrube.Blazor.WebAuthentication.BlazorExample;
using KristofferStrube.Blazor.WebAuthentication.WasmExample;
using KristofferStrube.Blazor.WebIDL;
using Microsoft.AspNetCore.Components.Web;
using Microsoft.AspNetCore.Components.WebAssembly.Hosting;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="top-row ps-3 navbar navbar-dark">
<div class="container-fluid">
<a class="navbar-brand" href="">KristofferStrube.Blazor.WebAuthentication.BlazorExample</a>
<a class="navbar-brand" href="">KristofferStrube.Blazor.WebAuthentication.WasmExample</a>
<button title="Navigation menu" class="navbar-toggler" @onclick="ToggleNavMenu">
<span class="navbar-toggler-icon"></span>
</button>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
@using Microsoft.JSInterop
@using KristofferStrube.Blazor.CredentialManagement
@using KristofferStrube.Blazor.WebAuthentication
@using KristofferStrube.Blazor.WebAuthentication.BlazorExample
@using KristofferStrube.Blazor.WebAuthentication.BlazorExample.Shared
@using KristofferStrube.Blazor.WebAuthentication.WasmExample
@using KristofferStrube.Blazor.WebAuthentication.WasmExample.Shared
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<link rel="stylesheet" href="css/bootstrap-icons/bootstrap-icons.min.css" />
<link rel="stylesheet" href="css/app.css" />
<link rel="icon" type="image/png" href="favicon.png" />
<link href="KristofferStrube.Blazor.WebAuthentication.BlazorExample.styles.css" rel="stylesheet" />
<link href="KristofferStrube.Blazor.WebAuthentication.WasmExample.styles.css" rel="stylesheet" />
</head>

<body>
Expand Down

0 comments on commit 285cd7e

Please sign in to comment.