From ad9ce6c2979495d93934049efff57227152dc4af Mon Sep 17 00:00:00 2001 From: nora <163450896+24c02@users.noreply.github.com> Date: Fri, 23 Jan 2026 12:42:11 -0500 Subject: [PATCH] i missed ONE --- app/services/saml_service/entities.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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