diff --git a/src/userviews/users/UserProfile.vue b/src/userviews/users/UserProfile.vue index 3331a7195..8ae88421f 100644 --- a/src/userviews/users/UserProfile.vue +++ b/src/userviews/users/UserProfile.vue @@ -51,10 +51,12 @@ export default { title: this.$t('assets.UpdateMFA'), attrs: { type: 'primary', - label: this.$t('common.Reset') + label: this.$t('common.Update') }, callbacks: { - click: function() {} + click: function() { + window.location.href = `/users/profile/otp/update/?next=${this.$route.fullPath}` + }.bind(this) } }, {