Merge branch 'master' into glitch-soc/merge-upstream
Conflicts manually resolved: - app/services/post_status_service.rb - config/locales/simple_form.pl.yml - config/routes.rb - config/webpack/loaders/sass.js - config/webpack/shared.js - package.json - yarn.lock
This commit is contained in:
		@@ -7,9 +7,9 @@ class Auth::ConfirmationsController < Devise::ConfirmationsController
 | 
			
		||||
  before_action :set_user, only: [:finish_signup]
 | 
			
		||||
  before_action :set_pack
 | 
			
		||||
 | 
			
		||||
  # GET/PATCH /users/:id/finish_signup
 | 
			
		||||
  def finish_signup
 | 
			
		||||
    return unless request.patch? && params[:user]
 | 
			
		||||
 | 
			
		||||
    if @user.update(user_params)
 | 
			
		||||
      @user.skip_reconfirmation!
 | 
			
		||||
      bypass_sign_in(@user)
 | 
			
		||||
@@ -36,4 +36,12 @@ class Auth::ConfirmationsController < Devise::ConfirmationsController
 | 
			
		||||
  def user_params
 | 
			
		||||
    params.require(:user).permit(:email)
 | 
			
		||||
  end
 | 
			
		||||
 | 
			
		||||
  def after_confirmation_path_for(_resource_name, user)
 | 
			
		||||
    if user.created_by_application && truthy_param?(:redirect_to_app)
 | 
			
		||||
      user.created_by_application.redirect_uri
 | 
			
		||||
    else
 | 
			
		||||
      super
 | 
			
		||||
    end
 | 
			
		||||
  end
 | 
			
		||||
end
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user