fixes
This commit is contained in:
parent
ef4fc43d72
commit
62fe2c8484
|
@ -51,7 +51,6 @@ export const ForgotPasswordForm = () => {
|
|||
setIsSubmitting(true)
|
||||
|
||||
try {
|
||||
setSubmitError('')
|
||||
signSendLink({ email: email(), lang: locale() })
|
||||
} catch (error) {
|
||||
setSubmitError(error.message)
|
||||
|
|
|
@ -30,7 +30,6 @@ import incrementView from '../graphql/mutation/increment-view'
|
|||
import myChats from '../graphql/query/my-chats'
|
||||
|
||||
const FEED_SIZE = 50
|
||||
const REACTIONS_PAGE_SIZE = 100
|
||||
|
||||
type ApiErrorCode = 'unknown' | 'email_not_confirmed' | 'user_not_found' | 'user_already_exists'
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user