|
Fix missing Annotated/Depends imports in auth.py and UI button class
- auth.py: add from typing import Annotated and from fastapi import Depends to fix 422 Unprocessable Content on /auth/me and /auth/logout - AppSidebar.vue: replace btn-ghost with btn-primary for login/logout buttons Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com> |
|---|
|
|
| navi/api/routes/auth.py |
|---|
| webclient/src/components/sidebar/AppSidebar.vue |
|---|