clone Platform property in SiteStte

This commit is contained in:
sbwalker 2024-02-26 14:58:01 -05:00
parent 6fbe459903
commit f12b404d58

View File

@ -38,6 +38,7 @@ namespace Oqtane.Shared
AuthorizationToken = siteState.AuthorizationToken;
RemoteIPAddress = siteState.RemoteIPAddress;
IsPrerendering = siteState.IsPrerendering;
Platform = siteState.Platform;
}
}
}