mirror of
https://github.com/mastodon/documentation
synced 2025-04-11 22:56:17 +02:00
Catch warden throw in actioncable
This commit is contained in:
parent
70e9dd0b5b
commit
feda1e6554
@ -16,6 +16,8 @@ module ApplicationCable
|
||||
else
|
||||
reject_unauthorized_connection
|
||||
end
|
||||
rescue :warden
|
||||
reject_unauthorized_connection
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user