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 2c73afb commit 462c85f
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ The Account Creation API logic starts about halfway down the diagram below:

```mermaid
flowchart TD
A[sign-in] --> B(Is the user ID-verified?)
B --> |Yes| C(Is there a facility in the profile?)
B --> |No| E{fa:fa-circle-exclamation route-guard user to /my-health + render ID verification alert}
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}
D --> |Yes| G(Render application)
Expand Down

0 comments on commit 462c85f

Please sign in to comment.