diff --git a/Oqtane.Shared/Shared/SiteState.cs b/Oqtane.Shared/Shared/SiteState.cs index 4b3394de..8370161c 100644 --- a/Oqtane.Shared/Shared/SiteState.cs +++ b/Oqtane.Shared/Shared/SiteState.cs @@ -38,6 +38,7 @@ namespace Oqtane.Shared AuthorizationToken = siteState.AuthorizationToken; RemoteIPAddress = siteState.RemoteIPAddress; IsPrerendering = siteState.IsPrerendering; + Platform = siteState.Platform; } } }