mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 05:54:34 +02:00
Complete keyboard navigation and focus style enhancement
This commit is contained in:
@ -133,6 +133,7 @@
|
||||
else this.$router.push({ name: 'genericError', params: { err: this.$t('errors.not_a_supported_otp_type') } });
|
||||
|
||||
this.$parent.isActive = true
|
||||
this.$parent.$refs.closeModalButton.focus()
|
||||
}
|
||||
catch(error) {
|
||||
this.clearOTP()
|
||||
|
Reference in New Issue
Block a user