DEV: Remove ember_jquery in most situations (#13237)

In Ember CLI, the vendor bundler includes Ember/jQuery, so this brings
our app closer to that configuration.

We have a couple pages (Reset Password / Confirm New Email) where we need
`ember_jquery` without vendor so the file still exists for those cases.
This commit is contained in:
Robin Ward
2021-06-01 15:32:51 -04:00
committed by GitHub
parent 2a5be90447
commit 409c8585e4
10 changed files with 4 additions and 12 deletions

View File

@@ -709,6 +709,7 @@ class UsersController < ApplicationController
def password_reset_show
expires_now
token = params[:token]
password_reset_find_user(token, committing_change: false)
if !@error