Skip to content

Commit c720408

Browse files
author
github-actions
committed
✨ Autogenerate frontend client
1 parent 5521a05 commit c720408

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

frontend/src/client/schemas.gen.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const Body_login_login_access_tokenSchema = {
66
anyOf: [
77
{
88
type: 'string',
9-
pattern: 'password'
9+
pattern: '^password$'
1010
},
1111
{
1212
type: 'null'
@@ -20,6 +20,7 @@ export const Body_login_login_access_tokenSchema = {
2020
},
2121
password: {
2222
type: 'string',
23+
format: 'password',
2324
title: 'Password'
2425
},
2526
scope: {
@@ -47,6 +48,7 @@ export const Body_login_login_access_tokenSchema = {
4748
type: 'null'
4849
}
4950
],
51+
format: 'password',
5052
title: 'Client Secret'
5153
}
5254
},

0 commit comments

Comments
 (0)