Update backend connectivity

This commit is contained in:
LukeGus
2025-07-27 19:41:24 -05:00
parent 64ac578d61
commit eb3008d097
3 changed files with 10 additions and 2 deletions

View File

@@ -181,7 +181,7 @@ export function HomepageAuth({ className, setLoggedIn, setIsAdmin, setUsername,
<Alert className="my-2">
<AlertTitle>Logged in!</AlertTitle>
<AlertDescription>
You are logged in! Use the sidebar to access all tools.
You are logged in! Use the sidebar to access all available tools. To get started, create an SSH Host in the SSH Manager tab. Once created, you can connect to that host using the other apps in the sidebar.
</AlertDescription>
</Alert>