Add dialog to allow easy login to multiple workspaces in desktop app

This commit is contained in:
Tom Moor
2024-04-13 10:35:47 -04:00
parent 90ed6a5366
commit 689886797c
7 changed files with 110 additions and 17 deletions

View File

@@ -7,7 +7,7 @@ import InputLarge from "~/components/InputLarge";
import PluginIcon from "~/components/PluginIcon";
import { client } from "~/utils/ApiClient";
import Desktop from "~/utils/Desktop";
import { getRedirectUrl } from "../getRedirectUrl";
import { getRedirectUrl } from "../urls";
type Props = {
id: string;