diff --git a/app/services/saml_service/entities.rb b/app/services/saml_service/entities.rb index d5f0d75..0b4f689 100644 --- a/app/services/saml_service/entities.rb +++ b/app/services/saml_service/entities.rb @@ -42,7 +42,7 @@ module SAMLService @metadata_xml ||= begin xml = idp_entity.to_xml xml.root.add_child Nokogiri::XML::Comment.new(xml, " haiii :3 ") - xml.add_child Nokogiri::XML::Comment.new(xml, " curious thing, aren't you? – https://hack.af/gh/account , glory awaits") + xml.add_child Nokogiri::XML::Comment.new(xml, " curious thing, aren't you? – https://hack.af/gh/auth , glory awaits") xml.to_s end end