fix: redundant text

This commit is contained in:
ckt1031 2023-07-31 21:52:08 +08:00
parent 64d4d33092
commit 64d1c78275

View File

@ -255,7 +255,6 @@ function App() {
element={ element={
<Suspense fallback={<Loading></Loading>}> <Suspense fallback={<Loading></Loading>}>
<GoogleOAuth /> <GoogleOAuth />
support-google-oauth
</Suspense> </Suspense>
} }
/> />