#{csrf_tag(rodauth.authorize_path) if respond_to?(:csrf_tag)}
The application #{rodauth.oauth_application[rodauth.oauth_applications_name_column]} would like to access your data.
#{rodauth.scopes_label}
#{
rodauth.scopes.map do |scope|
<<-HTML
HTML
end.join
}
#{"" if rodauth.param_or_nil("access_type")}
#{"" if rodauth.param_or_nil("response_type")}
#{"" if rodauth.param_or_nil("response_mode")}
#{"" if rodauth.param_or_nil("state")}
#{"" if rodauth.param_or_nil("nonce")}
#{"" if rodauth.param_or_nil("redirect_uri")}
#{"" if rodauth.param_or_nil("code_challenge")}
#{"" if rodauth.param_or_nil("code_challenge_method")}