Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit d60c4f6a authored by Joze RIHTARSIC's avatar Joze RIHTARSIC
Browse files

Merge branch 'development' of...

Merge branch 'development' of https://ec.europa.eu/cefdigital/code/scm/edelivery/smp into feature/EDELIVERY-3653-smp-ctl.c8-administrator-accounts

# Conflicts:
#	smp-angular/src/app/login/login.component.ts
parent 0ef25a6a
No related branches found
No related tags found
No related merge requests found
......@@ -33,10 +33,6 @@ export class LoginComponent implements OnInit, OnDestroy {
ngOnInit() {
this.returnUrl = this.route.snapshot.queryParams['returnUrl'] || '/';
this.httpEventService.subscribe((error) => {
this.securityService.logout();
});
this.sub = this.securityEventService.onLoginSuccessEvent().subscribe(
data => {
if (data && data.passwordExpired) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment