[arvados] updated: 2.7.0-689-g9794246986
git repository hosting
git at public.arvados.org
Fri Sep 29 21:06:50 UTC 2023
Summary of changes:
services/api/app/controllers/user_sessions_controller.rb | 4 ++++
1 file changed, 4 insertions(+)
via 9794246986e474c0b1c659c6463c3870362a0600 (commit)
from eba78b04f0313786bec3f6dfd4c992f69060a8a1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 9794246986e474c0b1c659c6463c3870362a0600
Author: Tom Clegg <tom at curii.com>
Date: Fri Sep 29 17:06:26 2023 -0400
20300: Add back /logout stub.
Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at curii.com>
diff --git a/services/api/app/controllers/user_sessions_controller.rb b/services/api/app/controllers/user_sessions_controller.rb
index c2fc2e1a03..0c67c9c9d8 100644
--- a/services/api/app/controllers/user_sessions_controller.rb
+++ b/services/api/app/controllers/user_sessions_controller.rb
@@ -15,6 +15,10 @@ class UserSessionsController < ApplicationController
return send_error "Legacy code path no longer supported", status: 404
end
+ def logout
+ return send_error "Legacy code path no longer supported", status: 404
+ end
+
# create a new session
def create
remote, return_to_url = params[:return_to].split(',', 2)
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list