mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 18:30:26 -06:00
FIX: LocalJumpError : unexpected return (#18114)
This commit is contained in:
parent
a0f402a957
commit
6294659022
@ -630,12 +630,13 @@ class GroupsController < ApplicationController
|
||||
.permit(:host, :port, :username, :password, :ssl, :debug)
|
||||
EmailSettingsValidator.validate_as_user(current_user, "imap", **final_settings.to_h.symbolize_keys)
|
||||
end
|
||||
|
||||
render json: success_json
|
||||
rescue *EmailSettingsExceptionHandler::EXPECTED_EXCEPTIONS, StandardError => err
|
||||
return render_json_error(
|
||||
render_json_error(
|
||||
EmailSettingsExceptionHandler.friendly_exception_message(err, email_host)
|
||||
)
|
||||
end
|
||||
render json: success_json
|
||||
end
|
||||
end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user