protected override void OnInitialized() { if (RemoteAuthenticationActions.IsAction(RemoteAuthenticationActions.LogIn, Action)) { RemoteAuthenticationState.Order = OrderState.Order; } }
protected override void OnInitialized() { if (RemoteAuthenticationActions.IsAction(RemoteAuthenticationActions.LogIn, Action)) { // Preserve the current order so that we don't loose it RemoteAuthenticationState.Order = OrderState.Order; } }