Migração completa para Logto - Remoção de Clerk finalizada

This commit is contained in:
2026-03-31 10:32:42 +00:00
parent 87a87ae228
commit 49538cfbd4
21 changed files with 371 additions and 688 deletions

View File

@@ -3,10 +3,10 @@ import api from '../services/api';
import { useAuth } from '../context/useAuth';
export interface ActiveUser {
_id: string;
id: string;
name: string;
email: string;
clerkId: string;
logtoId: string;
lastSeenAt: string;
}