mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-26 23:12:01 +02:00
Fix bad case definition
This commit is contained in:
parent
33de669414
commit
199fc3da14
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':
|
||||
|
Loading…
x
Reference in New Issue
Block a user