Skip to content

Commit

Permalink
fix : some fixes for notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
V1ck3s committed Jan 16, 2024
1 parent 50f52fd commit 219a51e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
{
<div class="d-flex justify-center align-center px-2 py-8 relative">
<MudText Class="mud-text-secondary my-12">No new notifications</MudText>
<MudBlazorLogo Class="docs-logo-filter mx-16 absolute"/>
</div>
}
</MudMenu>
Expand Down
6 changes: 0 additions & 6 deletions Pages/Settings/Account/Account.razor
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,6 @@
{
userName = await AccountManager.GetCurrentUserUsername();
email = await AccountManager.GetCurrentUserEmail();
var test = new Notification();
test.Content = "Ceci est un test !";
test.Title = "Une notif";
test.CreatedAt = DateTime.Now;

NotificationManager.SendNotification(test);
}

private async Task UpdateAccount()
Expand Down

0 comments on commit 219a51e

Please sign in to comment.