mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-15 09:26:40 +00:00
add org auth slug with device auth support
This commit is contained in:
@@ -3,6 +3,7 @@ import { createContext } from "react";
|
||||
|
||||
export interface OrgContextType {
|
||||
org: GetOrgResponse;
|
||||
updateOrg: (updatedOrg: Partial<GetOrgResponse["org"]>) => void;
|
||||
}
|
||||
|
||||
const OrgContext = createContext<OrgContextType | undefined>(undefined);
|
||||
|
||||
Reference in New Issue
Block a user