Replace Auth System #3

Merged
w33b merged 19 commits from auth-redo into main 2026-01-09 15:11:37 +00:00
Showing only changes of commit 2d28a37463 - Show all commits

View File

@@ -47,7 +47,7 @@ class DiscordAuthController extends Controller
'email' => $discordUser->email,
'discord_id' => $discordUser->id,
'discord_avatar' => $discordUser->avatar,
'password' => bcrypt(Str::random(40)),
'password' => null,
]);
}
}