🐛 fix(table): Update privacy policy tab translation key and remove unnecessary requestType from OAuth callback

This commit is contained in:
web@ppanel
2025-02-23 20:59:48 +07:00
parent baa68f03e3
commit 14b3af5f96
3 changed files with 1 additions and 3 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 || {}),
});
}