From bb7e888ffa9ed210bb42749ef2815db8d1a7e95a Mon Sep 17 00:00:00 2001 From: Mia Winter Date: Sat, 20 Jan 2024 18:33:07 +0100 Subject: [PATCH] Changed ProfilePicture Page to use Board --- .../Account/Pages/Manage/ProfilePicture.razor | 24 +++++++++---------- 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/Wave/Components/Account/Pages/Manage/ProfilePicture.razor b/Wave/Components/Account/Pages/Manage/ProfilePicture.razor index e210956..4ba183c 100644 --- a/Wave/Components/Account/Pages/Manage/ProfilePicture.razor +++ b/Wave/Components/Account/Pages/Manage/ProfilePicture.razor @@ -13,19 +13,19 @@ @Localizer["Title"] -
-

@Localizer["Title"]

- -
- -
-
+ + + @code { private ApplicationUser? User { get; set; }