Basic login working.

This commit is contained in:
2016-05-20 16:30:02 +02:00
parent a25f531292
commit 3792738ba9
3 changed files with 40 additions and 2 deletions

View File

@@ -8,9 +8,17 @@
<h3>What is this?</h3>
{{# auth_needed}}
<p>
<a href="{{auth_url}}"><img id="signin-button" src="img/btn_google_signin_dark_normal_web.png"/></a>
</p>
{{/ auth_needed}}
{{# userdata}}
<p>
<pre>{{userdata}}</pre>
</p>
{{/ userdata}}
<p>
Hello, world!