Replace MSAL and custom cookie auth with Microsoft.Identity.EntityFramework Also some UI redesign to accommodate different login experience.
12 lines
121 B
Plaintext
12 lines
121 B
Plaintext
@page "/search"
|
|
|
|
<main class="SearchPage PrimaryTheme">
|
|
<h3>Find Sessions</h3>
|
|
|
|
<GameBrowser />
|
|
</main>
|
|
|
|
@code {
|
|
|
|
}
|