lib/rodauth/features/oauth_management_base.rb in rodauth-oauth-0.9.1 vs lib/rodauth/features/oauth_management_base.rb in rodauth-oauth-0.9.2
- old
+ new
@@ -46,9 +46,13 @@
end
end
def post_configure
super
+
+ # TODO: remove this in v1, when resource-server mode does not load all of the provider features.
+ return unless db
+
db.extension :pagination
end
private