Skip to content

Commit

Permalink
placeholders
Browse files Browse the repository at this point in the history
  • Loading branch information
imorland committed Sep 18, 2023
1 parent d24feb1 commit b65a7cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/src/admin/components/AuthSettingsPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,15 @@ export default class AuthSettingsPage extends ExtensionPage {
setting: 'fof-oauth.popupWidth',
label: app.translator.trans('fof-oauth.admin.settings.popup_width_label'),
help: app.translator.trans('fof-oauth.admin.settings.popup_width_help'),
placeholder: 580,
min: 0,
})}
{this.buildSettingComponent({
type: 'number',
setting: 'fof-oauth.popupHeight',
label: app.translator.trans('fof-oauth.admin.settings.popup_height_label'),
help: app.translator.trans('fof-oauth.admin.settings.popup_height_help'),
placeholder: 400,
min: 0,
})}

Expand Down

0 comments on commit b65a7cf

Please sign in to comment.