Enable Rubocop HTTP status rules (#23717)
This commit is contained in:
@ -27,7 +27,7 @@ module Settings
|
||||
|
||||
session[:webauthn_challenge] = options_for_create.challenge
|
||||
|
||||
render json: options_for_create, status: :ok
|
||||
render json: options_for_create, status: 200
|
||||
end
|
||||
|
||||
def create
|
||||
|
Reference in New Issue
Block a user