clone Platform property in SiteStte
This commit is contained in:
parent
6fbe459903
commit
f12b404d58
@ -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…
x
Reference in New Issue
Block a user