Update RemoteAuthController.php

pull/6438/head
Shlee 4 weeks ago committed by GitHub
parent 3e700eac52
commit ac19942083
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -541,7 +541,7 @@ class RemoteAuthController extends Controller
abort_unless($request->session()->exists('oauth_remasto_id'), 403);
$this->validate($request, [
'bio' => 'required|nullable|max:500',
'bio' => 'present|nullable|max:500',
]);
$profile = $request->user()->profile;

Loading…
Cancel
Save