Rollback to a1d67c74
This commit is contained in:
@@ -6,7 +6,7 @@ import { Input } from "@/components/ui/input";
|
||||
import { Label } from "@/components/ui/label";
|
||||
import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@/components/ui/card";
|
||||
import { Alert, AlertDescription } from "@/components/ui/alert";
|
||||
import { APP_LOGO, APP_TITLE, getOAuthLoginUrl } from "@/const";
|
||||
import { APP_LOGO, APP_TITLE } from "@/const";
|
||||
import { Loader2 } from "lucide-react";
|
||||
|
||||
export default function Login() {
|
||||
@@ -102,26 +102,6 @@ export default function Login() {
|
||||
Se connecter
|
||||
</Button>
|
||||
|
||||
<div className="relative">
|
||||
<div className="absolute inset-0 flex items-center">
|
||||
<span className="w-full border-t" />
|
||||
</div>
|
||||
<div className="relative flex justify-center text-xs uppercase">
|
||||
<span className="bg-background px-2 text-muted-foreground">
|
||||
Ou
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<Button
|
||||
type="button"
|
||||
variant="outline"
|
||||
className="w-full"
|
||||
onClick={() => window.location.href = getOAuthLoginUrl()}
|
||||
>
|
||||
Se connecter avec Manus OAuth
|
||||
</Button>
|
||||
|
||||
<div className="text-sm text-center text-muted-foreground">
|
||||
Pas encore de compte ?{" "}
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user