feat: prepare ACS deployment

This commit is contained in:
unknown
2026-07-10 15:18:29 +09:00
parent da0d35ae7f
commit 01d48fe808
25 changed files with 1070 additions and 83 deletions

View File

@@ -58,7 +58,7 @@ export const LoginPage: React.FC = () => {
{busy ? '로그인 중…' : '로그인'}
</button>
<p className="hint"> 계정: admin / security / host ( ChangeMe123!)</p>
<p className="hint"> 계정: a() / s() / h() · 1</p>
</form>
</div>
);