From 41acb99c82e4ac998b636be94c158ad0a6127a22 Mon Sep 17 00:00:00 2001 From: hicallmeal <76943372+hicallmeal@users.noreply.github.com> Date: Tue, 2 Jul 2024 03:55:37 +1000 Subject: [PATCH 1/2] Implement work-around/fix for incorrect render of manually added HOTP tokens The parsed ` - + @@ -103,7 +103,7 @@ export default Vue.extend({ ) { type = OTPType.hhex; } else { - type = parseInt(this.newAccount.type); + type = this.newAccount.type; } if (type === OTPType.hhex || type === OTPType.hotp) {