新账号送 1 元

This commit is contained in:
iVampireSP.com 2022-09-06 22:08:41 +08:00
parent 8198680a19
commit 8fd9d8f7a7
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132
2 changed files with 2 additions and 0 deletions

View File

@ -116,6 +116,7 @@ public function callback(Request $request)
'provider' => 'LoliArt', 'provider' => 'LoliArt',
'provider_id' => $oauth_user->id, 'provider_id' => $oauth_user->id,
'real_name' => $oauth_user->real_name, 'real_name' => $oauth_user->real_name,
'balance' => 1
]); ]);
$request->session()->put('auth.password_confirmed_at', time()); $request->session()->put('auth.password_confirmed_at', time());

View File

@ -25,6 +25,7 @@ class User extends Authenticatable
'name', 'name',
'email', 'email',
'password', 'password',
'balance'
]; ];
/** /**