tags for logging [ci skip]
This commit is contained in:
parent
b0e4c477bf
commit
17b451e4ad
1 changed files with 2 additions and 2 deletions
|
|
@ -59,8 +59,8 @@ class AuthorizationsController < ApplicationController
|
|||
public_key = OpenSSL::PKey::RSA.new(packaged_manifest['public_key'])
|
||||
manifest = JWT.decode(packaged_manifest['jwt'], public_key)
|
||||
rescue => e
|
||||
puts "there was a problem with getting a token for the following diaspora id"
|
||||
puts "#{app_url}, #{public_key.to_s} #{manifest.to_s}"
|
||||
puts "DIASPORA_CONNECT there was a problem with getting a token for the following diaspora id"
|
||||
puts "DIASPORA_CONNECT #{app_url}, #{public_key.to_s} #{manifest.to_s}"
|
||||
raise e
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue