diff --git a/features/auth/ui/OAuthProviders.tsx b/features/auth/ui/OAuthProviders.tsx index e804d78..92d0dee 100644 --- a/features/auth/ui/OAuthProviders.tsx +++ b/features/auth/ui/OAuthProviders.tsx @@ -60,7 +60,7 @@ const OAuthProviders = () => { key={index} className="w-full hover:bg-neutral-800" variant="bordered" - startContent={} + startContent={} onPress={() => startOauthProcess(provider.req_endpoint)} isLoading={loadingButton} >