Basics of Google login are implemented

This commit is contained in:
2017-06-07 18:06:57 +02:00
parent 2f0d8c9636
commit 3cc9ba54c6
5 changed files with 79 additions and 7 deletions

View File

@ -21,5 +21,5 @@ func Get(ctx *aero.Context) string {
// }
// return ctx.HTML(components.Dashboard(posts))
return ctx.HTML("ARN 4.0 is currently under construction.<br><a href='https://paypal.me/blitzprog' target='_blank' rel='noopener'>Support the development</a>")
return ctx.HTML("ARN 4.0 is currently under construction.<br><a href='https://paypal.me/blitzprog' target='_blank' rel='noopener'>Support the development</a><br><a href='/auth/google'>Login via Google</a>")
}