6fb17df2c2
TaxBaik CI/CD / build-and-deploy (push) Successful in 2m42s
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>