feat(sign-in): メールアドレスログインを実装 (MisskeyIO#836)

Co-authored-by: まっちゃてぃー。 <56515516+mattyatea@users.noreply.github.com>
This commit is contained in:
あわわわとーにゅ 2024-12-22 00:09:33 +09:00 committed by GitHub
parent 3ecc340168
commit 58513c1b81
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
14 changed files with 236 additions and 22 deletions

View file

@ -4167,6 +4167,17 @@ declare module '../api.js' {
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* No description provided.
*
* **Credential required**: *No*
*/
request<E extends 'users/get-security-info', P extends Endpoints[E]['req']>(
endpoint: E,
params: P,
credential?: string | null,
): Promise<SwitchCaseResponseType<E, P>>;
/**
* Show statistics about a user.
*