mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Fix build
This commit is contained in:
parent
66bf1d0494
commit
59d4d4d338
@ -72,7 +72,7 @@ type SendEmailOptions = {
|
||||
|
||||
export async function sendEmailWithKnownErrorTypes(options: SendEmailOptions): Promise<Result<undefined, {
|
||||
rawError: any,
|
||||
errorType: 'UNKNOWN' | 'HOST_NOT_FOUND' | 'AUTH_FAILED' | 'SOCKET_CLOSED' | 'TEMPORARY' | 'INVALID_EMAIL_ADDRESS',
|
||||
errorType: string,
|
||||
canRetry: boolean,
|
||||
message?: string,
|
||||
}>> {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user