Skip to content

Commit 2e47cf1

Browse files
committed
Fix for XML editor bug
1 parent 1905d1d commit 2e47cf1

3 files changed

Lines changed: 3 additions & 2 deletions

File tree

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.165
1+
0.0.166
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# frozen_string_literal: true
22

33
class ApplicationController < ActionController::API
4+
include ActionController::MimeResponds
45
respond_to :json
56
end

config/initializers/devise.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,6 +317,6 @@
317317
# config.sign_in_after_change_password = true
318318

319319
config.jwt do |jwt|
320-
jwt.secret = Rails.application.credentials.devise_jwt_secret_key!
320+
jwt.secret = ENV['RAILS_MASTER_KEY']
321321
end
322322
end

0 commit comments

Comments
 (0)