You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: update database engine to async (fixes import error)
combine.py imports async_session_factory from engine.py but the
committed version only had sync Session. Update to the async
implementation needed by the passkey feature.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments