Stopped UserCard from requesting UserSetting
This commit is contained in:
parent
98fd8ce6ec
commit
530a4ea00b
@ -141,10 +141,7 @@
|
||||
|
||||
protected override async Task OnInitializedAsync()
|
||||
{
|
||||
if (User is not null)
|
||||
{
|
||||
UserSetting = await Client.GetFromJsonAsync<UserSetting>($"api/UserSettings/{User.Baid}");
|
||||
}
|
||||
await base.OnInitializedAsync();
|
||||
}
|
||||
|
||||
private Task ShowQrCode(User user)
|
||||
|
Loading…
x
Reference in New Issue
Block a user