summaryrefslogtreecommitdiff
path: root/app/Template/auth
diff options
context:
space:
mode:
authorFrederic Guillot <fred@kanboard.net>2015-07-16 07:28:46 -0400
committerFrederic Guillot <fred@kanboard.net>2015-07-16 07:28:46 -0400
commit12036aa21f4308aca4d816864b357f9627a0f437 (patch)
treeb333a38750e06430c667c49d259155d492fbf087 /app/Template/auth
parent0bbc6da50ae8b23a8cc6c1217dcd345c0ddb5b7a (diff)
Refactoring of Google Authentication (new callback url)
Diffstat (limited to 'app/Template/auth')
-rw-r--r--app/Template/auth/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/Template/auth/index.php b/app/Template/auth/index.php
index 39d007f5..ed923f07 100644
--- a/app/Template/auth/index.php
+++ b/app/Template/auth/index.php
@@ -17,7 +17,7 @@
<?= $this->form->checkbox('remember_me', t('Remember Me'), 1, true) ?><br/>
<?php if (GOOGLE_AUTH): ?>
- <?= $this->url->link(t('Login with my Google Account'), 'user', 'google') ?>
+ <?= $this->url->link(t('Login with my Google Account'), 'oauth', 'google') ?>
<?php endif ?>
<?php if (GITHUB_AUTH): ?>