Skip to content
Commits on Source (3)
......@@ -2,6 +2,8 @@
All notable changes to [ngpr_prodige_contribution](https://gitlab.adullact.net/prodige/ngpr_prodige_contribution) project will be documented in this file.
## [5.0.4](https://gitlab.adullact.net/prodige/ngpr_prodige_contribution/compare/5.0.3...5.0.4) - 2023-03-08
## [5.0.3](https://gitlab.adullact.net/prodige/ngpr_prodige_contribution/compare/5.0.2...5.0.3) - 2023-03-07
## [5.0.2](https://gitlab.adullact.net/prodige/ngpr_prodige_contribution/compare/5.0.1...5.0.2) - 2023-03-07
......
5.0.3
\ No newline at end of file
5.0.4
\ No newline at end of file
......@@ -15,8 +15,8 @@ export class UserService {
if ( !this.user ){
/** TODO: requête http quand carto.prodige.internal sera fonctionnel */
this.user = {
firstname: `Mathilde`,
lastname: `Vadeboncoeur`,
firstname: ``,
lastname: ``,
};
this.user$.next( this.user );
......