houdiniproject / houdini

Free and open source fundraising infrastructure for nonprofits and NGOs
https://houdiniproject.org
Other
190 stars 94 forks source link

[BUG] Forgot password screen loading overlay stuck on #1626

Open BenSturmfels opened 1 year ago

BenSturmfels commented 1 year ago

Forgot password screen at /users/password/new:

Screen Shot 2023-08-17 at 12 59 53

There's a JavaScript error in the console:

Uncaught ReferenceError: I18n is not defined

Caused by this code:

<script>
    I18n = I18n || {}
    I18n.defaultLocale = "en"
    I18n.locale = "en"
</script>
wwahammy commented 1 year ago

I'm sure this is super simple to fix, I think I'll look at it in the next few days