monkey-front-core 0.0.455 → 0.0.456

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4347,7 +4347,7 @@ class MonkeyEcxAuthenticationService {
4347
4347
  console.error('redirectApp needs to be declared!');
4348
4348
  return null;
4349
4349
  };
4350
- this.redirectLoginWelcomeBack = () => {
4350
+ this.redirectLoginWelcomeBack = (route, state) => {
4351
4351
  console.error('redirectLoginWelcomeBack needs to be declared!');
4352
4352
  return null;
4353
4353
  };