-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(App): ajout de la notice d'information et suppresion acces login…
… pour l'instant
- Loading branch information
1 parent
d6021e8
commit eb55bf0
Showing
4 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
<dsfr-header [beta]="true" [logoLink]="'/'" [logoTooltipMessage]="logoTooltipMessage" [serviceTitle]="serviceTitle" | ||
[serviceTagline]="serviceTagline" [operatorImagePath]="operatorImagePath" [menu]="menuHeader" | ||
[headerToolsLinks]="headerToolsLinks" [searchBar]="false"></dsfr-header> | ||
|
||
|
||
<dsfr-notice [closable]="false"> | ||
Vous êtes sur l'application FOREG, sur une adresse certifié par l'IGN. | ||
Ne communiquez pas ce lien temporaire. | ||
Cette adresse n'a pas vocation à perdurer puisque le service sera déplacé vers beta.gouv.fr. | ||
</dsfr-notice> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters