Skip to content

Commit

Permalink
Simplify login form for oauth
Browse files Browse the repository at this point in the history
(cherry picked from commit 89ba06d)
  • Loading branch information
mistercrunch authored and xtinec committed Jan 22, 2019
1 parent d4908ba commit 1dfc8f2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions superset/templates/appbuilder/general/security/login_oauth.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{% extends "appbuilder/base.html" %}

{% block content %}

<div class="container">
<div id="loginbox" style="margin-top:50px;" class="mainbox col-md-6 col-md-offset-3 col-sm-8 col-sm-offset-2">
<center>
<a href="/login/google">
<img width="300" src="https://developers.google.com/accounts/images/sign-in-with-google.png">
</a>
</center>
</div>
</div>

{% endblock %}

0 comments on commit 1dfc8f2

Please sign in to comment.