fix MFA crashing on user-settings page
Compare changes
@@ -7,6 +7,7 @@ import { mapState } from 'vuex'
@@ -139,7 +140,9 @@ const Mfa = {
what it says on the tin. MFA (two-factor auth/one-time password) was hidden on user-settings but was actually crashing with errors in console. this fixes it so that FE properly handles case where BE doesn't support it yet.