fix login view

This commit is contained in:
king199025 2018-10-11 11:57:12 +03:00
parent 9e8e98c379
commit c3ce830284

View File

@ -52,19 +52,6 @@ $fieldOptions2 = [
<?php ActiveForm::end(); ?> <?php ActiveForm::end(); ?>
<div class="social-auth-links text-center">
<p>- OR -</p>
<a href="#" class="btn btn-block btn-social btn-facebook btn-flat"><i class="fa fa-facebook"></i> Sign in
using Facebook</a>
<a href="#" class="btn btn-block btn-social btn-google-plus btn-flat"><i class="fa fa-google-plus"></i> Sign
in using Google+</a>
</div>
<!-- /.social-auth-links -->
<a href="#">I forgot my password</a><br>
<a href="register.html" class="text-center">Register a new membership</a>
</div> </div>
<!-- /.login-box-body --> <!-- /.login-box-body -->
</div><!-- /.login-box --> </div><!-- /.login-box -->