feat(mobile): sign in page (#8039)

fix AF-1237
This commit is contained in:
pengx17
2024-09-04 03:58:54 +00:00
parent 0d6f468385
commit 2ac803c73f
24 changed files with 609 additions and 65 deletions

View File

@@ -40,12 +40,7 @@ export function OAuth() {
);
if (!oauth) {
return (
<>
<br />
<Skeleton height={50} />
</>
);
return <Skeleton height={50} />;
}
return oauthProviders?.map(provider => (