Skip to content
Snippets Groups Projects
Commit 7232a21a authored by Antonin COQUET's avatar Antonin COQUET
Browse files

redirection on login now to acteurs

parent f57fb5b2
Branches
Tags
3 merge requests!178release V1.10.0,!135Dev,!123redirection on login now to acteurs
......@@ -33,7 +33,7 @@ export class SignUpModalComponent implements OnInit {
password: ['', [Validators.required, Validators.pattern(CustomRegExp.PASSWORD)]],
});
// get return url from route parameters or default to '/'
this.returnUrl = this.route.snapshot.queryParams['returnUrl'] || '/';
this.returnUrl = this.route.snapshot.queryParams['returnUrl'] || '/acteurs';
}
// getter for form fields
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment