mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-27 15:32:06 +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()
|
fieldName = fieldName.toString()
|
||||||
|
|
||||||
switch (fieldType) {
|
switch (fieldType) {
|
||||||
case 'button':
|
case 'text':
|
||||||
prefix = 'txt'
|
prefix = 'txt'
|
||||||
break
|
break
|
||||||
case 'button':
|
case 'button':
|
||||||
|
Loading…
x
Reference in New Issue
Block a user