Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
4cfd494b20
commit
2e0cf56eb1
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user