Merge pull request #3900 from sbwalker/dev
clone Platform property in SiteStte
This commit is contained in:
@ -38,6 +38,7 @@ namespace Oqtane.Shared
|
||||
AuthorizationToken = siteState.AuthorizationToken;
|
||||
RemoteIPAddress = siteState.RemoteIPAddress;
|
||||
IsPrerendering = siteState.IsPrerendering;
|
||||
Platform = siteState.Platform;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user