개선관리 요구사항과 Google 로그인을 완료

This commit is contained in:
Yun Chan 2026-08-28 16:07:09 +09:00
parent cc0a15b7c6
commit 2a39636163
112 changed files with 10166 additions and 527 deletions

View file

@ -71,7 +71,7 @@ test.describe("public Google OAuth turn smoke", () => {
expect(configResponse.ok(), await configResponse.text()).toBeTruthy();
await expect(await configResponse.json()).toMatchObject({
google_oauth_configured: true,
allowed_email_domains: expect.arrayContaining(["hs.ac.kr", "twentyoz.kr"]),
allowed_email_domains: [],
dev_login_enabled: false,
});