순서도 보완

This commit is contained in:
2026-07-07 16:55:24 +09:00
parent d410dfd7a3
commit 9b1b7fcb73
+3 -2
View File
@@ -47,9 +47,10 @@ flowchart TD
AC -->|아니오| AE["profile load"] AC -->|아니오| AE["profile load"]
AE --> AF["dashboard 이동"] AE --> AF["dashboard 이동"]
``` ```
## 시퀀스다이어그램
```mermaid ```mermaid
sequenceDiagram
participant Browser as Browser participant Browser as Browser
participant App as userfront (Flutter) participant App as userfront (Flutter)
participant Store as AuthTokenStore participant Store as AuthTokenStore