feat(loading): Add loading components and integrate them in Providers

This commit is contained in:
web@ppanel
2025-02-27 14:44:30 +07:00
parent 0130e02ffd
commit d5847faeda
5 changed files with 55 additions and 12 deletions
-1
View File
@@ -32,7 +32,6 @@ export async function appleLoginCallback(
return request<API.Response & { data?: any }>('/v1/auth/oauth/callback/apple', {
method: 'POST',
data: formData,
requestType: 'form',
...(options || {}),
});
}