Skip to content

Commit 5521a05

Browse files
committed
Remove unrelated changes
1 parent c2e67ad commit 5521a05

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

frontend/src/client/schemas.gen.ts

Lines changed: 1 addition & 3 deletions
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,7 +20,6 @@ export const Body_login_login_access_tokenSchema = {
2020
},
2121
password: {
2222
type: 'string',
23-
format: 'password',
2423
title: 'Password'
2524
},
2625
scope: {
@@ -48,7 +47,6 @@ export const Body_login_login_access_tokenSchema = {
4847
type: 'null'
4948
}
5049
],
51-
format: 'password',
5250
title: 'Client Secret'
5351
}
5452
},

0 commit comments

Comments
 (0)