i missed ONE

This commit is contained in:
nora 2026-01-23 12:42:11 -05:00 committed by GitHub
parent d8b3afe963
commit ad9ce6c297
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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