🐛 fix(auth): Update authentication configuration and localization strings
This commit is contained in:
+1
-2
@@ -66,7 +66,7 @@ declare namespace API {
|
||||
};
|
||||
|
||||
type AuthConfig = {
|
||||
sms: MobileAuthenticateConfig;
|
||||
mobile: MobileAuthenticateConfig;
|
||||
email: EmailAuthticateConfig;
|
||||
register: RegisterConfig;
|
||||
};
|
||||
@@ -1362,7 +1362,6 @@ declare namespace API {
|
||||
expired_at: number;
|
||||
upload: number;
|
||||
download: number;
|
||||
status: number;
|
||||
};
|
||||
|
||||
type User = {
|
||||
|
||||
@@ -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 || {}),
|
||||
});
|
||||
}
|
||||
|
||||
+1
-1
@@ -64,7 +64,7 @@ declare namespace API {
|
||||
};
|
||||
|
||||
type AuthConfig = {
|
||||
sms: MobileAuthenticateConfig;
|
||||
mobile: MobileAuthenticateConfig;
|
||||
email: EmailAuthticateConfig;
|
||||
register: RegisterConfig;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user