Torkel Ödegaard 11 лет назад
Родитель
Сommit
d584076b93
1 измененных файлов с 4 добавлено и 1 удалено
  1. 4 1
      src/app/partials/pro/login.html

+ 4 - 1
src/app/partials/pro/login.html

@@ -43,9 +43,12 @@
 			</div>
 
 			<div class="login-oauth text-center">
-				<a class="btn btn-primary" href="/login/google" target="_self">
+				<a class="btn btn-primary" href="/oauth2/google" target="_self">
 					Sign in with Google
 				</a>
+				<a class="btn btn-primary" href="/oauth2/github" target="_self">
+					Sign in with Github
+				</a>
 			</div>
 
 		</form>