#{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.oauth_tokens_scopes_label}

#{ rodauth.scopes.map do |scope| if scope == rodauth.oauth_application_default_scope <<-HTML
HTML else <<-HTML
HTML end 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")}

#{rodauth.oauth_cancel_button}