summaryrefslogtreecommitdiff
path: root/bin/ui
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2025-03-10 11:01:59 -0600
committermo khan <mo@mokhan.ca>2025-03-10 11:01:59 -0600
commit498fbcab97b2c8edc6baa97c7995e1f8d25b4573 (patch)
treed664d7e9be6890b646480fc1de2671b12377670a /bin/ui
parentca89b789898c7ba18bd52dcccd2e5417c82e07d5 (diff)
Remove code comments
Diffstat (limited to 'bin/ui')
-rwxr-xr-xbin/ui1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/ui b/bin/ui
index 135f8d88..5e596def 100755
--- a/bin/ui
+++ b/bin/ui
@@ -65,7 +65,6 @@ class UI
when "/saml/new"
return saml_post_to_idp(Rack::Request.new(env))
else
- # return saml_post_to_idp(Rack::Request.new(env))
return redirect_to("/saml/new")
end
when 'POST'