We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4111dda commit e539b00Copy full SHA for e539b00
1 file changed
README.md
@@ -18,8 +18,8 @@ This repository contains a full-stack authentication and fraud detection system
18
```mermaid
19
graph TD
20
User((User))
21
- subgraph "Frontend"
22
- UI["Dev Portal UI"]
+ subgraph "Application to call Auth Platform API"
+ UI["UI/Application"]
23
end
24
subgraph "Backend Services"
25
Auth["Auth Platform"]
0 commit comments