From ede1f1d9b0c06a05845f4125d59c97c29b6d9842 Mon Sep 17 00:00:00 2001 From: Frederic Guillot Date: Thu, 16 Jul 2015 20:35:56 -0400 Subject: Refactoring of Github authentication (oauth url change) --- app/Template/auth/index.php | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) (limited to 'app/Template/auth') diff --git a/app/Template/auth/index.php b/app/Template/auth/index.php index ed923f07..9dcdfa37 100644 --- a/app/Template/auth/index.php +++ b/app/Template/auth/index.php @@ -16,12 +16,16 @@ form->checkbox('remember_me', t('Remember Me'), 1, true) ?>
- - url->link(t('Login with my Google Account'), 'oauth', 'google') ?> - - - - url->link(t('Login with my GitHub Account'), 'user', 'gitHub') ?> + +
-- cgit v1.2.3