Skip to content
Snippets Groups Projects
Commit f39dd464 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

enable html in toastr

parent 492d3a94
No related branches found
No related tags found
1 merge request!949change(profile): prevent rdv choice if user has no personal offer
Pipeline #116871 passed
......@@ -76,7 +76,9 @@ import { StructureJoinComponent } from './structure/structure-join/structure-joi
MapModule,
CartoModule,
BrowserAnimationsModule,
ToastrModule.forRoot(),
ToastrModule.forRoot({
enableHtml: true,
}),
FormViewModule,
OrientationModule,
ServiceWorkerModule.register('ngsw-worker.js', {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment