enhance: verify-emailにフロントエンドUIを実装 (#16431)

* enhance: メールのverifyをAPIに変更

* enhance(frontend): メールのVerifyページを追加

* fix

* 🎨

* 🎨

* Update Changelog

* lint
This commit is contained in:
かっこかり
2025-08-21 16:52:30 +09:00
committed by GitHub
parent 8c433d2706
commit 7f6ba2e501
16 changed files with 288 additions and 29 deletions

View File

@@ -2129,6 +2129,7 @@ declare namespace entities {
UsersUpdateMemoRequest,
V2AdminEmojiListRequest,
V2AdminEmojiListResponse,
VerifyEmailRequest,
Error_2 as Error,
UserLite,
UserDetailedNotMeOnly,
@@ -3807,6 +3808,9 @@ type V2AdminEmojiListRequest = operations['v2___admin___emoji___list']['requestB
// @public (undocumented)
type V2AdminEmojiListResponse = operations['v2___admin___emoji___list']['responses']['200']['content']['application/json'];
// @public (undocumented)
type VerifyEmailRequest = operations['verify-email']['requestBody']['content']['application/json'];
// Warnings were encountered during analysis:
//
// src/entities.ts:55:2 - (ae-forgotten-export) The symbol "ModerationLogPayloads" needs to be exported by the entry point index.d.ts