%
# Copyright (C) 2015 - present Instructure, Inc.
#
# This file is part of Canvas.
#
# Canvas is free software: you can redistribute it and/or modify it under
# the terms of the GNU Affero General Public License as published by the Free
# Software Foundation, version 3 of the License.
#
# Canvas is distributed in the hope that it will be useful, but WITHOUT ANY
# WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR
# A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
# details.
#
# You should have received a copy of the GNU Affero General Public License along
# with this program. If not, see
<%= mt "You can log in directly with this provider by going to %{url}", url: url_for(presenter.login_url_options(aac)) %>
<% end %> <%= render partial: "#{aac.auth_type}_fields", locals: {aac: aac, presenter: presenter, f: f}%> <% if aac.class.recognized_federated_attributes != [] %> <%= render partial: "federated_attributes", locals: { aac: aac, presenter: presenter, f: f } %> <% end %> <% if !aac.new_record? && aac.class.supports_debugging? %> <%= render partial: "debugging", locals: { provider: aac } %> <% end %> <% if presenter.configs.length > 1 %>