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