Files
taxbaik/src/TaxBaik.Web/wwwroot
kjh2064 6fb17df2c2
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m42s
fix: use correct client log method name in login error handler
Problem: Line 350 calls postLog() which is not defined in the login form scope.
postLog is a local variable inside initErrorLogging() and not accessible here.

Solution: Use window.taxbaikAdminSession.postClientLog() instead, which is
the public method created by initErrorLogging() and assigned to the window object.

Result: Login errors are now properly logged without ReferenceError.

Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
2026-07-03 13:19:53 +09:00
..