Skip to content

Commit 6d0cbe5

Browse files
authored
fix: flow diagrams for tests expecting error on op
fix: flow diagrams for tests expecting error on op
2 parents 5070e9f + e71eafe commit 6d0cbe5

4 files changed

Lines changed: 28 additions & 64 deletions

File tree

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
sequenceDiagram
2+
participant User
3+
participant RP
4+
participant OP
5+
User->>RP: OP selection
6+
RP-->>+User:
7+
User-->>-OP: invalid authentication request
8+
OP-->>+User: show Error on OP

0 commit comments

Comments
 (0)