Skip to content

Commit 5fae7fd

Browse files
committed
fix: fix prop closing brace indentation in TSA
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 561a478 commit 5fae7fd

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/views/Settings/TSA.vue

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -111,16 +111,16 @@ export default {
111111
tsa_policy_oid: '',
112112
tsa_username: '',
113113
tsa_password: '',
114-
},
114+
},
115115
authOptions: [
116116
{
117117
id: AUTH_TYPES.NONE,
118118
label: t('libresign', 'Without authentication'),
119-
},
119+
},
120120
{
121121
id: AUTH_TYPES.BASIC,
122122
label: t('libresign', 'Username / Password'),
123-
},
123+
},
124124
],
125125
}
126126
},
@@ -191,15 +191,15 @@ export default {
191191
tsa_url: {
192192
error: t('libresign', 'Invalid URL'),
193193
normal: t('libresign', 'Format: https://example.com/tsa'),
194-
},
194+
},
195195
tsa_policy_oid: {
196196
error: t('libresign', 'Invalid OID format. Expected pattern: %s', '1.2.3.4.1'),
197197
normal: t('libresign', 'Example: 1.2.3.4.1 or leave empty for default'),
198-
},
198+
},
199199
tsa_username: {
200200
error: t('libresign', 'Name is mandatory'),
201201
normal: t('libresign', 'Username'),
202-
},
202+
},
203203
tsa_password: {
204204
error: t('libresign', 'Password is mandatory'),
205205
normal: t('libresign', 'Password'),

0 commit comments

Comments
 (0)