1
0
forked from baron/baron-sso

접근 제한 UX 구현

This commit is contained in:
2026-04-24 16:32:20 +09:00
parent 0c80063311
commit 5acf248285
7 changed files with 409 additions and 43 deletions

View File

@@ -8,6 +8,7 @@ const Map<String, String> internalErrorWhitelistMessages = {
'not_found': '요청한 페이지를 찾을 수 없습니다.',
'bad_request': '입력값을 확인해 주세요.',
'password_or_email_mismatch': '이메일 혹은 비밀번호가 일치하지 않습니다.',
'tenant_not_allowed': '허용되지 않은 테넌트입니다.',
};
const Set<String> oryBypassErrorCodes = {