전 저장소 리팩터링과 SSOT 정비

This commit is contained in:
Yun Chan 2026-07-15 21:31:30 +09:00
parent 14ecbd4e7d
commit 3dfddcac6f
173 changed files with 19679 additions and 6952 deletions

View file

@ -967,7 +967,7 @@ async def callback(
cohort_ids=cohort_ids,
external_id=external_id,
)
except InactiveUserError as exc:
except InactiveUserError:
_log_oauth_callback_failure(
request,
"inactive_user",