fix:use correct key

This commit is contained in:
hackerESQ
2024-10-20 14:06:58 -05:00
parent f793eb83c5
commit 64cfdb32a9
@@ -41,7 +41,7 @@ class ConnectedAccountController extends Controller
} catch (Exception $e) {
return redirect(route('login'))
->with('error',new MessageBag([__('Could not login using that provider. Try again later.')]));
->with('errors', new MessageBag([__('Could not login using that provider. Try again later.')]));
}
// check if this account is already linked