mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user