Skip to content

Commit

Permalink
Merge branch 'main' of github.com:annict/annict
Browse files Browse the repository at this point in the history
  • Loading branch information
shimbaco committed Oct 18, 2023
2 parents a19c39e + 2f8be34 commit c9d04de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/oauth/applications/_form.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
.mb-3.row
= f.label :scopes, class: "col-2 col-form-label"
.col-10
= select_tag "oauth_application[scopes]", options_for_select([[t("messages.oauth.applications.read_only"), "read"], [t("messages.oauth.applications.read_write"), "read write"]]), class: "form-select"
= select_tag "oauth_application[scopes]", options_for_select([[t("messages.oauth.applications.read_only"), "read"], [t("messages.oauth.applications.read_write"), "read write"]], application.scopes), class: "form-select"
= doorkeeper_errors_for application, :scopes

.mb-3.row.mb-0
Expand Down

0 comments on commit c9d04de

Please sign in to comment.