Browse Source

fix lint errors

Yuki Takei 5 years ago
parent
commit
c01ff0058c
1 changed files with 18 additions and 6 deletions
  1. 18 6
      src/client/js/components/Admin/Security/OidcSecuritySetting.jsx

+ 18 - 6
src/client/js/components/Admin/Security/OidcSecuritySetting.jsx

@@ -171,7 +171,9 @@ class OidcSecurityManagement extends React.Component {
             </div>
 
             <div className="row mb-5 form-group">
-              <label htmlFor="oidcAuthorizationEndpoint" className="text-left text-md-right col-md-3 col-form-label">{t('security_setting.authorization_endpoint')}</label>
+              <label htmlFor="oidcAuthorizationEndpoint" className="text-left text-md-right col-md-3 col-form-label">
+                {t('security_setting.authorization_endpoint')}
+              </label>
               <div className="col-md-6">
                 <input
                   className="form-control"
@@ -203,7 +205,9 @@ class OidcSecurityManagement extends React.Component {
             </div>
 
             <div className="row mb-5 form-group">
-              <label htmlFor="oidcRevocationEndpoint" className="text-left text-md-right col-md-3 col-form-label">{t('security_setting.revocation_endpoint')}</label>
+              <label htmlFor="oidcRevocationEndpoint" className="text-left text-md-right col-md-3 col-form-label">
+                {t('security_setting.revocation_endpoint')}
+              </label>
               <div className="col-md-6">
                 <input
                   className="form-control"
@@ -219,7 +223,9 @@ class OidcSecurityManagement extends React.Component {
             </div>
 
             <div className="row mb-5 form-group">
-              <label htmlFor="oidcIntrospectionEndpoint" className="text-left text-md-right col-md-3 col-form-label">{t('security_setting.introspection_endpoint')}</label>
+              <label htmlFor="oidcIntrospectionEndpoint" className="text-left text-md-right col-md-3 col-form-label">
+                {t('security_setting.introspection_endpoint')}
+              </label>
               <div className="col-md-6">
                 <input
                   className="form-control"
@@ -235,7 +241,9 @@ class OidcSecurityManagement extends React.Component {
             </div>
 
             <div className="row mb-5 form-group">
-              <label htmlFor="oidcUserInfoEndpoint" className="text-left text-md-right col-md-3 col-form-label">{t('security_setting.userinfo_endpoint')}</label>
+              <label htmlFor="oidcUserInfoEndpoint" className="text-left text-md-right col-md-3 col-form-label">
+                {t('security_setting.userinfo_endpoint')}
+              </label>
               <div className="col-md-6">
                 <input
                   className="form-control"
@@ -251,7 +259,9 @@ class OidcSecurityManagement extends React.Component {
             </div>
 
             <div className="row mb-5 form-group">
-              <label htmlFor="oidcEndSessionEndpoint" className="text-left text-md-right col-md-3 col-form-label">{t('security_setting.end_session_endpoint')}</label>
+              <label htmlFor="oidcEndSessionEndpoint" className="text-left text-md-right col-md-3 col-form-label">
+                {t('security_setting.end_session_endpoint')}
+              </label>
               <div className="col-md-6">
                 <input
                   className="form-control"
@@ -267,7 +277,9 @@ class OidcSecurityManagement extends React.Component {
             </div>
 
             <div className="row mb-5 form-group">
-              <label htmlFor="oidcRegistrationEndpoint" className="text-left text-md-right col-md-3 col-form-label">{t('security_setting.registration_endpoint')}</label>
+              <label htmlFor="oidcRegistrationEndpoint" className="text-left text-md-right col-md-3 col-form-label">
+                {t('security_setting.registration_endpoint')}
+              </label>
               <div className="col-md-6">
                 <input
                   className="form-control"