mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-22 04:46:40 +00:00
Merge branch 'clients-user' into refactor/separate-tables
This commit is contained in:
@@ -15,8 +15,6 @@ export default async function DeviceLoginPage({ searchParams }: Props) {
|
||||
const params = await searchParams;
|
||||
const code = params.code || "";
|
||||
|
||||
console.log("user", user);
|
||||
|
||||
if (!user) {
|
||||
const redirectDestination = code
|
||||
? `/auth/login/device?code=${encodeURIComponent(code)}`
|
||||
|
||||
Reference in New Issue
Block a user