ATH-01-003 / ATH-01-012: disable htmlLabels in mermaid
Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
parent
0fcdf5e968
commit
78cc8fa498
|
@ -46,6 +46,7 @@ export class Diagram extends AKElement {
|
|||
flowchart: {
|
||||
curve: "linear",
|
||||
},
|
||||
htmlLabels: false,
|
||||
};
|
||||
mermaid.initialize(this.config);
|
||||
}
|
||||
|
|
Reference in New Issue