Skip to content

Commit 2608fbe

Browse files
committed
(#424) wasm: update main layout
1 parent ae864a4 commit 2608fbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MiniSpace.Web/src/Astravent.Web.Wasm/Shared/MainLayout.razor

+2-2
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@
231231

232232
if (_isUserAuthenticated)
233233
{
234-
var userDto = await IdentityService.GetAccountAsync(IdentityService.JwtDto);
234+
@* var userDto = await IdentityService.GetAccountAsync(IdentityService.JwtDto);
235235
if (userDto != null)
236236
{
237237
_userName = userDto.Name;
@@ -243,7 +243,7 @@
243243
_studentState = studentDto.State;
244244
_userAvatar = studentDto.ProfileImageUrl;
245245
}
246-
}
246+
} *@
247247
}
248248

249249
await UpdateScreenSize();

0 commit comments

Comments
 (0)