Skip to content

Commit 2756781

Browse files
author
Vadim
committed
fix: escape parentheses in mermaid diagram text
1 parent 5368d10 commit 2756781

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

examples/auth/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ flowchart TD
1818
1919
C --> G{User present to interact?}
2020
G -->|Yes| H[Interactive auth\nsupports MFA, SSO]
21-
G -->|No, script or CI| I[ROPC (password grant)\nno MFA, legacy]
21+
G -->|No, script or CI| I["ROPC (password grant)\nno MFA, legacy"]
2222
2323
E --> J[with_certificate.py]
2424
F --> K[with_client_secret.py]

0 commit comments

Comments
 (0)