移除前端实名认证回调功能

This commit is contained in:
2025-12-02 16:58:38 +08:00
parent 7391cd0a25
commit b91de82bc2
2 changed files with 0 additions and 99 deletions

View File

@@ -37,15 +37,6 @@ export async function Identify(props: {
}>('/api/user/identify', props)
}
export async function IdentifyCallback(props: {
id: string
}) {
return await callPublic<{
success: boolean
message: string
}>('/api/user/identify/callback', props)
}
export async function update(props: {
username: string
email: string