Merge pull request #916 from hishamco/runtime

Runtime enum should be in Oqtane.Shared
This commit is contained in:
Shaun Walker
2020-11-19 15:37:19 -05:00
committed by GitHub
8 changed files with 21 additions and 12 deletions

View File

@ -87,7 +87,7 @@
private async Task Login()
{
if (PageState.Runtime == Runtime.Server)
if (PageState.Runtime == Oqtane.Shared.Runtime.Server)
{
// server-side Blazor
var user = new User();