We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb8d61 commit 4a4eff5Copy full SHA for 4a4eff5
apps/templates/accounts/login.html
@@ -65,7 +65,19 @@ <h3 class="font-weight-bolder text-info text-gradient">
65
</div>
66
<div class="card-footer text-center pt-0 px-lg-2 px-1">
67
<p class="mb-4 text-sm mx-auto">
68
-
+
69
+ <!-- GitHub button starts here -->
70
+ {% if config.SOCIAL_AUTH_GITHUB %}
71
72
+ <p class="mb-2">or SignIn with</p>
73
74
+ <a class="btn btn-outline" href="{{url_for('authentication_blueprint.login_github')}}">
75
+ <span class="text-lg fs-1 fab fa-github"></span>
76
+ </a>
77
78
+ {% endif %}
79
+ <!-- GitHub ends here -->
80
81
</p>
82
83
0 commit comments