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