Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
wesrowe authored Dec 31, 2024
1 parent 462c85f commit 8049622
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,7 @@ The Account Creation API logic starts about halfway down the diagram below:

```mermaid
flowchart TD
C -->|Yes| D(Does the user have an MHV-Identifier?)
C -->|No| F{fa:fa-circle-exclamation route-guard user to /my-health + render 'No access' alert}
[previous checks for verified account, facilities] -->
D --> |Yes| G(Render application)
D --> |No| H(What tools are they trying to access?)
H --> |Landing page, Meds, Records, SM| I{fa:fa-circle-exclamation route-guard user to /my-health + render Acct Creation API error alert}
Expand Down

0 comments on commit 8049622

Please sign in to comment.