Skip to content

Commit

Permalink
(#403) users: removing radzen from notification
Browse files Browse the repository at this point in the history
  • Loading branch information
SaintAngeLs committed Sep 4, 2024
1 parent fcd70b6 commit ff94c93
Show file tree
Hide file tree
Showing 8 changed files with 331 additions and 765 deletions.
36 changes: 1 addition & 35 deletions MiniSpace.Web/src/MiniSpace.Web/App.razor
Original file line number Diff line number Diff line change
@@ -1,38 +1,4 @@
@* @using Microsoft.AspNetCore.Components.Authorization
@using Radzen
@using MiniSpace.Web.Areas.Students
@inherits LayoutComponentBase
@inject IIdentityService IdentityService
@inject IStudentsService StudentsService
@inject NavigationManager NavigationManager
@inject Blazored.LocalStorage.ILocalStorageService localStorage
@inject CustomAuthenticationStateProvider CustomAuthenticationStateProvider
<CascadingAuthenticationState>
<Router AppAssembly="@typeof(Program).Assembly">
<Found Context="routeData">
<RouteView RouteData="@routeData" DefaultLayout="@typeof(MainLayout)" />
</Found>
<NotFound>
<LayoutView Layout="@typeof(MainLayout)">
<p>Sorry, there's nothing at this address.</p>
</LayoutView>
</NotFound>
</Router>
</CascadingAuthenticationState>
@code {
protected override async Task OnInitializedAsync()
{
await CustomAuthenticationStateProvider.InitializeAsync();
await base.OnInitializedAsync();
}
} *@


@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@using MudBlazor.Services
@using MudBlazor
@* <MudDialogProvider /> *@
Expand Down

This file was deleted.

Loading

0 comments on commit ff94c93

Please sign in to comment.