mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-15 00:02:46 +02:00
Fix bad case definition
This commit is contained in:
2
resources/js/mixins.js
vendored
2
resources/js/mixins.js
vendored
@ -53,7 +53,7 @@ Vue.mixin({
|
||||
fieldName = fieldName.toString()
|
||||
|
||||
switch (fieldType) {
|
||||
case 'button':
|
||||
case 'text':
|
||||
prefix = 'txt'
|
||||
break
|
||||
case 'button':
|
||||
|
Reference in New Issue
Block a user