Completed
Push — master ( 89e284...61d792 )
by Xu
233:39 queued 193:34
created
src/oauth2/views/auth/authorize.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -42,13 +42,13 @@
 block discarded – undo
42 42
 
43 43
 <div class="modal-header">
44 44
     <h2 class="modal-title">
45
-        <?= Yii::t('yuncms', 'Sign in with your {siteName} account',['siteName'=>Yii::$app->name]) ?>
45
+        <?= Yii::t('yuncms', 'Sign in with your {siteName} account', ['siteName'=>Yii::$app->name]) ?>
46 46
     </h2>
47 47
 </div>
48 48
 <div class="modal-body">
49 49
     <div class="row">
50 50
         <div class="col-sm-12 col-md-8 col-lg-8 col-md-offset-2 col-lg-offset-2">
51
-            <?= $form->field($model, 'login', ['inputOptions' => ['autofocus' => 'autofocus',]]) ?>
51
+            <?= $form->field($model, 'login', ['inputOptions' => ['autofocus' => 'autofocus', ]]) ?>
52 52
             <?= $form->field($model, 'password')->passwordInput() ?>
53 53
             <?= Html::submitButton(Yii::t('yuncms', 'Login'), ['class' => 'btn btn-primary btn-block  mt-10']) ?>
54 54
         </div>
Please login to merge, or discard this patch.