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