terms acceptance during login, checkout connection to user account and login process

This commit is contained in:
elvira
2026-09-24 19:08:13 +03:00
parent cf3681260b
commit 94803bfb67
14 changed files with 448 additions and 141 deletions
+1
View File
@@ -46,6 +46,7 @@ protected function casts(): array
{
return [
'email_verified_at' => 'datetime',
'terms_accepted_at' => 'datetime',
];
}
}