Migração completa para Logto - Remoção de Clerk finalizada
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user