Skip to content

Commit abda03b

Browse files
committed
add email verified at
1 parent 72604a1 commit abda03b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/HasSocialLogin.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ public static function byOAuthToken(Request $request)
3333
'provider_id' => $userData->getId(),
3434
'password' => Hash::make(Str::random(16)),
3535
'avatar' => $userData->getAvatar(),
36+
'email_verified_at' => now()
3637
]);
3738
}
3839
Auth::onceUsingId($user->id);

0 commit comments

Comments
 (0)