templates/authorize.str in rodauth-oauth-0.7.0 vs templates/authorize.str in rodauth-oauth-0.7.1
- old
+ new
@@ -1,5 +1,5 @@
-<form method="post" class="form-horizontal" role="form" id="authorize-form">
+<form method="post" action="#{rodauth.authorize_path}" class="form-horizontal" role="form" id="authorize-form">
#{csrf_tag(rodauth.authorize_path) if respond_to?(:csrf_tag)}
<p class="lead">The application #{rodauth.oauth_application[rodauth.oauth_applications_name_column]} would like to access your data.</p>
<div class="form-group">
<h1 class="display-6">#{rodauth.scopes_label}</h1>
\ No newline at end of file