Skip to content

Commit c16cf7e

Browse files
fix: mermaid syntax error (#2086)
1 parent bcd5d49 commit c16cf7e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/kratos/social-signin/96_native-apps.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,14 +61,14 @@ sequenceDiagram
6161
O->>A: flow.session_token_exchange_code: ...
6262
U->>A: choose SSO provider
6363
A->>O: submit form with provider=...
64-
O->>A: Status 422 with err.response.data.redirect_browser_to=<IdP auth URL>
65-
A->>+B: go to <IdP auth URL>
66-
B->>+I: open <IdP auth URL>
64+
O->>A: Status 422 with err.response.data.redirect_browser_to=[IdP auth URL]
65+
A->>+B: go to [IdP auth URL]
66+
B->>+I: open [IdP auth URL]
6767
U->>I: login, consent
68-
I->>-B: redirect to <IdP callback URL>
69-
B->>O: open <IdP callback URL>
68+
I->>-B: redirect to [IdP callback URL]
69+
B->>O: open [IdP callback URL]
7070
O->>B: 302 Found
71-
B->>A: redirect with App link to <return to>/?code=...
71+
B->>A: redirect with App link to [return to]/?code=...
7272
deactivate B
7373
A->>O: exchange code for session token
7474
O->>-A: session token

0 commit comments

Comments
 (0)