Merge pull request #3900 from sbwalker/dev

clone Platform property in SiteStte
This commit is contained in:
Shaun Walker 2024-02-26 14:58:14 -05:00 committed by GitHub
commit 5521785b87
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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