@@ -80,7 +80,7 @@ |
||
80 | 80 | if (config('app.allow_oauth_temp_account')) { |
81 | 81 | try { |
82 | 82 | $createdUser=User::create([ |
83 | - 'name' => $aauth_user->name."#".substr($aauth_user->id , 0 , 4), |
|
83 | + 'name' => $aauth_user->name."#".substr($aauth_user->id, 0, 4), |
|
84 | 84 | 'email' => Str::random(16)."@temporary.email", |
85 | 85 | 'password' => '', |
86 | 86 | 'avatar' => '/static/img/avatar/default.png', |