You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The middle condition attempts to render a view that doesn't exist. Is this intentional? Are users expected to write a custom logout view? If not, would it make sense to redirect to @continue_url instead?
The text was updated successfully, but these errors were encountered:
The end of the logout endpoint code in
lib/casserver/server.rb
, there's the followingif
block:The middle condition attempts to render a view that doesn't exist. Is this intentional? Are users expected to write a custom logout view? If not, would it make sense to redirect to
@continue_url
instead?The text was updated successfully, but these errors were encountered: