mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-13 00:16:39 +00:00
add login portal and traefik middleware auth for testing redirect login
This commit is contained in:
3
src/contexts/userContext.ts
Normal file
3
src/contexts/userContext.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import { createContext } from "react";
|
||||
|
||||
export const UserContext = createContext<{ id: string } | null>(null);
|
||||
Reference in New Issue
Block a user