147dc28440
The redirect loop fix only covered MandatoryPasswordChangeModal. The regular PasswordChangeModal (profile settings) had the same issue — onSuccess updated React state but didn't handle the new JWT cookie, causing the same redirect loop. Also increase redirect delay from 500ms to 2000ms in both modals so the success toast is visible before the page reloads.