diff options
Diffstat (limited to 'lib/saml/kit/core_ext')
| -rw-r--r-- | lib/saml/kit/core_ext/signature.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/saml/kit/core_ext/signature.rb b/lib/saml/kit/core_ext/signature.rb index 69f7b8e..9b62ec5 100644 --- a/lib/saml/kit/core_ext/signature.rb +++ b/lib/saml/kit/core_ext/signature.rb @@ -17,7 +17,7 @@ module Saml TABLE.each do |key, callable| table.push([key, callable.call(self)]) end - table.push(['', certificate.x509.to_text]) + table.push(['', certificate.x509.to_text]) if certificate end def truncate(text, max: 50) |
