class Lato::AuthenticationController

def lock_web3_if_disabled

def lock_web3_if_disabled
  return if Lato.config.web3_connection && !Lato.config.auth_disable_web3
  respond_to_with_not_found
end