mirror of
https://github.com/bknd-io/bknd/
synced 2026-08-04 09:06:01 +00:00
reworked admin auth to use form and cookie + adjusted oauth to support API and cookie-based auth
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Suspense, lazy } from "react";
|
||||
import { useBknd } from "ui/client";
|
||||
import { Route, Router, Switch } from "wouter";
|
||||
import { useBknd } from "../client/BkndProvider";
|
||||
import { AuthLogin } from "./auth/auth.login";
|
||||
import { Root, RootEmpty } from "./root";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user