Skip to content

Commit

Permalink
Update Home.razor
Browse files Browse the repository at this point in the history
修复没有登入时抽奖页面报错的问题
  • Loading branch information
LittleFish-233 authored Apr 12, 2024
1 parent d9ae4ed commit d3b1ff4
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,12 @@
}

</div>
<CnGalWebSite.Shared.MasaComponent.PC.Entries.PlayedGames.EditUserSteamInforTip @ref="editUserSteamInforTip" />
<AuthorizeView>
<Authorized>
<CnGalWebSite.Shared.MasaComponent.PC.Entries.PlayedGames.EditUserSteamInforTip @ref="editUserSteamInforTip" />
</Authorized>

</AuthorizeView>
<CnGalWebSite.Components.Verifications.DeviceIdentification @ref="deviceIdentification" />

@code {
Expand Down

0 comments on commit d3b1ff4

Please sign in to comment.