For years the code below worked to access original_user from an application, but it seems to have stopped in the past few weeks. Any chance this is stemming from the gem? Thanks for taking a look!
provider = SwitchUser::Provider.init(self)
provider.original_user
For years the code below worked to access
original_userfrom an application, but it seems to have stopped in the past few weeks. Any chance this is stemming from the gem? Thanks for taking a look!