Added oauth login

This commit is contained in:
Deon George
2019-09-03 14:43:59 +10:00
parent 21ea60c4f9
commit 8224fba840
17 changed files with 426 additions and 21 deletions

View File

@@ -99,4 +99,12 @@ return [
],
],
'social' => [
'google' => [
'name' => 'Google',
'id' => 'google',
'class' => 'danger',
'icon' => 'google',
],
],
];