Commit f0636aac authored by wutthichai's avatar wutthichai

Project New

parent 2b8c60e9
...@@ -60,10 +60,16 @@ ...@@ -60,10 +60,16 @@
{{ __('Login') }} {{ __('Login') }}
</button> </button>
</div> </div>
<div class="container-login100-form-btn">
<a class="btn btn-primary bb" href="/login/facebook"><i class="fa fa-facebook"></i> Facebook</a>
<a class="btn btn-primary bb" href="{{ url('/auth/redirect/google') }}" ><i class="fa fa-google"></i> Google</a>
</div>
<div class="text-center p-t-40"> <div class="text-center p-t-40">
<a class="txt2" href="/Register"> <a class="txt2" href="/Register">
<h5>
Create your Account Create your Account
<i class="fa fa-long-arrow-right m-l-5" aria-hidden="true"></i> <i class="fa fa-long-arrow-right m-l-5" aria-hidden="true"></i>
</h5>
</a> </a>
</div> </div>
</form> </form>
......
...@@ -86,8 +86,6 @@ ...@@ -86,8 +86,6 @@
<button type="submit" class="btn btn-success float-right bb"> <button type="submit" class="btn btn-success float-right bb">
{{ __('Register') }} {{ __('Register') }}
</button> </button>
<a class="btn btn-primary bb" href="/login/facebook"><i class="fa fa-facebook"></i> Facebook</a>
<a class="btn btn-primary bb" href="{{ url('/auth/redirect/google') }}" ><i class="fa fa-google"></i> Google</a>
</div> </div>
</div> </div>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment