1
0
forked from baron/baron-sso

dev 추가 반영 후 검증 수정

This commit is contained in:
2026-03-19 17:38:54 +09:00
parent 4aa2c441c6
commit 89ac5738e5
4 changed files with 7 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ import {
test.describe("DevFront audit logs", () => { test.describe("DevFront audit logs", () => {
test.beforeEach(async ({ page }) => { test.beforeEach(async ({ page }) => {
page.on("dialog", async (dialog) => { page.on("dialog", async (dialog) => {
await dialog.accept(); await dialog.accept().catch(() => {});
}); });
await seedAuth(page); await seedAuth(page);
}); });

View File

@@ -384,6 +384,7 @@ theme_dark = "Dark"
theme_light = "Light" theme_light = "Light"
theme_toggle = "Theme Toggle" theme_toggle = "Theme Toggle"
unknown = "Unknown" unknown = "Unknown"
generate = "Generate"
[ui.common.badge] [ui.common.badge]
admin_only = "Admin only" admin_only = "Admin only"
@@ -618,3 +619,4 @@ verify = "Verify"
[ui.userfront.signup.success] [ui.userfront.signup.success]
action = "Action" action = "Action"

View File

@@ -384,6 +384,7 @@ theme_dark = "Dark"
theme_light = "Light" theme_light = "Light"
theme_toggle = "테마 전환" theme_toggle = "테마 전환"
unknown = "Unknown" unknown = "Unknown"
generate = "생성"
[ui.common.badge] [ui.common.badge]
admin_only = "Admin only" admin_only = "Admin only"
@@ -615,3 +616,4 @@ verify = "본인인증"
[ui.userfront.signup.success] [ui.userfront.signup.success]
action = "로그인하기" action = "로그인하기"

View File

@@ -384,6 +384,7 @@ theme_dark = ""
theme_light = "" theme_light = ""
theme_toggle = "" theme_toggle = ""
unknown = "" unknown = ""
generate = ""
[ui.common.badge] [ui.common.badge]
admin_only = "" admin_only = ""
@@ -615,3 +616,4 @@ verify = ""
[ui.userfront.signup.success] [ui.userfront.signup.success]
action = "" action = ""