Merge branch 'thierry' of ssh://git.marbelium.com:10023/Viiciouss/XJC into anis

thierry
Viiciouss 7 years ago
commit 4015aa88a7

@ -81,6 +81,9 @@ export class AuthService {
else if (user.displayName === 'Commercant') {
this.router.navigate(['/opCommercial']);
}
else if (user.email === 'xjc@gmail.com'){
this.router.navigate(['/demandeOpCommercialAdmin']);
}
}/*else{
console.log('email non verifié!!');
}*/

Loading…
Cancel
Save