lib/rodauth/features/oauth_management_base.rb in rodauth-oauth-0.10.4 vs lib/rodauth/features/oauth_management_base.rb in rodauth-oauth-1.0.0.pre.beta1

- old
+ new

@@ -1,6 +1,8 @@ # frozen_string_literal: true +require "rodauth/oauth" + module Rodauth Feature.define(:oauth_management_base, :OauthManagementBase) do depends :oauth_authorize_base button "Previous", "oauth_management_pagination_previous"