From e21adbaf000c5ca1c2f5211478cac6a2e7fbfdbd Mon Sep 17 00:00:00 2001 From: joonhoekim <26rote@gmail.com> Date: Fri, 7 Nov 2025 09:48:37 +0900 Subject: (김준회) SHI 로그인 화면도 비디오 배경화면 사용하도록 변경, 로그인 화면 비디오 배경 공통컴포넌트로 추출 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/login/login-form-shi.tsx | 24 +++--------------------- 1 file changed, 3 insertions(+), 21 deletions(-) (limited to 'components/login/login-form-shi.tsx') diff --git a/components/login/login-form-shi.tsx b/components/login/login-form-shi.tsx index 0be6709a..fa27e0f3 100644 --- a/components/login/login-form-shi.tsx +++ b/components/login/login-form-shi.tsx @@ -20,9 +20,9 @@ import { sendOtpAction } from "@/lib/users/send-otp"; import { verifyTokenAction } from "@/lib/users/verifyToken"; import { buttonVariants } from "@/components/ui/button" import Link from "next/link" -import Image from 'next/image'; // 추가: Image 컴포넌트 import import { KnoxSSOButton } from './saml-login-button'; // SAML 로그인 버튼 import import Loading from "../common/loading/loading"; +import { VideoBackground } from "./video-background"; export function LoginFormSHI({ className, @@ -363,26 +363,8 @@ export function LoginFormSHI({ - {/* Right BG 이미지 영역 - Image 컴포넌트로 수정 */} -
- {/* Image 컴포넌트로 대체 */} -
- Background image -
-
-
-

“{t("blockquote")}”

- {/* */} -
-
-
+ {/* Right BG 영상 영역 */} + ) } \ No newline at end of file -- cgit v1.2.3