Remove test account hint from login page

This commit is contained in:
2026-07-13 15:30:38 +09:00
parent 44a4bc1086
commit ce82cf5a26

View File

@@ -57,8 +57,6 @@ export const LoginPage: React.FC = () => {
<button className="btn-primary full" type="submit" disabled={busy || !username || !password}>
{busy ? '로그인 중…' : '로그인'}
</button>
<p className="hint"> 계정: a() / s() / h() · 1</p>
</form>
</div>
);