fix: imports
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
import { useEffect, useRef, useState } from "react";
|
import { useEffect, useRef, useState } from "react";
|
||||||
import { ExternalLink, Copy, X, Check, Loader2 } from "lucide-react";
|
import { ExternalLink, Copy, X, Check, Loader2 } from "lucide-react";
|
||||||
import { Typography } from "@nous-research/ui";
|
import { H2 } from "@nous-research/ui";
|
||||||
import { api, type OAuthProvider, type OAuthStartResponse } from "@/lib/api";
|
import { api, type OAuthProvider, type OAuthStartResponse } from "@/lib/api";
|
||||||
import { Button } from "@/components/ui/button";
|
import { Button } from "@/components/ui/button";
|
||||||
import { Input } from "@/components/ui/input";
|
import { Input } from "@/components/ui/input";
|
||||||
@@ -194,14 +194,14 @@ export function OAuthLoginModal({
|
|||||||
</button>
|
</button>
|
||||||
<div className="p-6 flex flex-col gap-4">
|
<div className="p-6 flex flex-col gap-4">
|
||||||
<div>
|
<div>
|
||||||
<Typography
|
<H2
|
||||||
as="h2"
|
|
||||||
mondwest
|
|
||||||
id="oauth-modal-title"
|
id="oauth-modal-title"
|
||||||
className="text-base tracking-wider uppercase"
|
variant="sm"
|
||||||
|
mondwest
|
||||||
|
className="tracking-wider uppercase"
|
||||||
>
|
>
|
||||||
{t.oauth.connect} {provider.name}
|
{t.oauth.connect} {provider.name}
|
||||||
</Typography>
|
</H2>
|
||||||
{secondsLeft !== null &&
|
{secondsLeft !== null &&
|
||||||
phase !== "approved" &&
|
phase !== "approved" &&
|
||||||
phase !== "error" && (
|
phase !== "error" && (
|
||||||
|
|||||||
Reference in New Issue
Block a user