Setting per application grant_types but no per application response_types breaks

It looks like there's a copy paste error in https://gitlab.com/os85/rodauth-oauth/-/blob/master/lib/rodauth/features/oauth_base.rb?ref_type=heads#L723-724

Setting grant_types to non-nil without setting response_types to non-nil too breaks on this line with undefined method for nil.