mirror of
https://github.com/standardnotes/mobile.git
synced 2026-02-05 13:31:34 -05:00
fix: reset pending on invalid value
This commit is contained in:
@@ -398,7 +398,7 @@ export const Authenticate = ({
|
||||
);
|
||||
|
||||
const onInvalidValue = (value: ChallengeValue) => {
|
||||
setPending(true);
|
||||
setPending(false);
|
||||
dispatch({
|
||||
type: 'setState',
|
||||
id: value.prompt.id.toString(),
|
||||
|
||||
Reference in New Issue
Block a user