confirm password to get recovery codes

This commit is contained in:
Čarodej
2022-01-21 09:23:18 +01:00
parent 4fc61afc11
commit 03e4f98ad6
5 changed files with 184 additions and 38 deletions
-1
View File
@@ -155,7 +155,6 @@ const mutations = {
state.config.isPayPal = true
},
UPDATE_DARK_MODE_STATUS(state, val) {
console.log(val);
state.isDarkMode = val
},
}