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

enable html in toastr

parent 0a767f5c
No related branches found
No related tags found
1 merge request!949change(profile): prevent rdv choice if user has no personal offer
......@@ -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