Skip to content

Commit

Permalink
fix(auth): tidy
Browse files Browse the repository at this point in the history
tidy
  • Loading branch information
snomiao committed Jan 20, 2025
1 parent b81e68d commit 5f4f2a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/api/auth/[...nextauth]/getAuthUser.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { auth, signIn } from "@/app/api/auth/[...nextauth]/auth";
import { Users } from "../../../(dashboard)/rules/Users";
import { Users } from "./Users";

export async function getAuthUser() {
const session = await auth();
Expand Down

0 comments on commit 5f4f2a4

Please sign in to comment.