update: get active forwarder from api

This commit is contained in:
2026-01-04 13:33:59 +07:00
parent 6a63e2801d
commit 4ac430c1fe
7 changed files with 359 additions and 242 deletions

View File

@@ -53,7 +53,7 @@ export default function Home() {
selectedServer={selectedServer}
onServerSelect={setSelectedServer}
isAuthenticated={logedin != null ? true : false}
userId={logedin?.id}
userId={logedin?.sshIdentifier}
/>
<div className="max-w-3xl mx-auto">