We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1ed5a7f + ce02d83 commit 8aaeebcCopy full SHA for 8aaeebc
src/app/test/page.jsx
@@ -45,6 +45,7 @@ export default function TestAuthPage() {
45
return (
46
<div className='min-h-screen w-full px-6 py-10 text-white'>
47
<h1 className='text-2xl font-bold mb-6'>로그인 테스트</h1>
48
+ <h1 className='text-2xl font-bold mb-6'>cicd 배포 테스트 입니다.</h1>
49
50
<section className='mb-6'>
51
<div className='mb-1'>현재 로그인 상태</div>
0 commit comments