@@ -89,7 +89,9 @@ export default defineComponent({
this.$emit('sendCode');
} catch {
this.code = '';
- this.updateIdentifyingCode();
+ setTimeout(() => {
+ this.updateIdentifyingCode();
+ }, 500)
}
},