Skip to content
Snippets Groups Projects
Commit 804790df authored by HUSS THEOPHILE's avatar HUSS THEOPHILE
Browse files

fix: Reload page profile when the user is connected

parent 9ecedee1
Branches
1 merge request!56style: fix css in profile
Pipeline #304115 passed with stages
in 41 seconds
......@@ -90,6 +90,7 @@ export class SignComponent implements OnInit {
next: (data: any) => {
if (data['success']) {
this.router.navigate(['/profile']);
window.location.reload();
}
},
});
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment