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>
1 parent c1fd543 commit 605f8174bc5db0dc9fe1284b0e50d5d379acdf51
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored on 4 May
Showing 2 changed files
View
navi/api/routes/auth.py
View
webclient/src/components/sidebar/AppSidebar.vue