Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
BenSturmfels opened this issue Aug 17, 2023 · 1 comment
Open

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

BenSturmfels opened this issue Aug 17, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@BenSturmfels
Copy link
Contributor

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>
@BenSturmfels BenSturmfels added the bug Something isn't working label Aug 17, 2023
@wwahammy
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants