Remoção completa e definitiva de toda e qualquer referência ao Clerk no front-end

This commit is contained in:
2026-04-03 16:06:03 +00:00
parent fc22afa07d
commit 4841dde110
4 changed files with 5 additions and 21 deletions

View File

@@ -190,7 +190,6 @@ export type UserRole = 'guest' | 'user' | 'admin';
export interface AppUser {
id: string;
_id?: string;
clerkId?: string;
logtoId?: string;
email: string;
name: string;