adds social login

This commit is contained in:
hackerESQ
2024-10-19 23:11:04 -05:00
parent bcb1820095
commit 99c5ad3979
21 changed files with 887 additions and 17 deletions
+1 -1
View File
@@ -144,7 +144,7 @@ return [
*/
'features' => [
Features::registration(),
env('REGISTRATION_ENABLED', true) ? Features::registration() : null,
Features::resetPasswords(),
Features::emailVerification(),
Features::updateProfileInformation(),