Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
gpt-engineer-app[bot]
2026-04-18 01:19:34 +00:00
co-authored by renee-png
parent 4cfd494b20
commit 2e0cf56eb1
+1 -1
View File
@@ -2,7 +2,7 @@ import { createContext, useContext, useEffect, useState, type ReactNode } from "
import type { Session, User } from "@supabase/supabase-js";
import { supabase } from "@/integrations/supabase/client";
export type AppRole = "admin" | "attorney" | "staff";
export type AppRole = "admin" | "attorney" | "paralegal" | "legal_clerk" | "staff";
interface AuthState {
session: Session | null;