refactor(auth): align auth UI and mock auth API
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
export function sendEmailVerificationCode(input: { email: string; scene: string }): never {
|
||||
void input
|
||||
throw new Error("Not implemented")
|
||||
}
|
||||
Reference in New Issue
Block a user