[skip ci] update set qr to null after success verify code
This commit is contained in:
@ -68,6 +68,7 @@ const GenerateQr = () => {
|
||||
toast.error('Something went wrong, please try again');
|
||||
} finally {
|
||||
setIsSubmitting(false);
|
||||
setQrCodeUrl(null);
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user